Skip to content

Commit 0bb37fb

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates
Bumps the github-actions-dependencies group with 3 updates in the / directory: - [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) - [hoverkraft-tech/public-docs](hoverkraft-tech/public-docs) - [github/codeql-action](https://github.com/github/codeql-action) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-nodejs dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/public-docs dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent f9f3587 commit 0bb37fb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/__main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
release:
3333
# needs: ci
3434
if: github.event_name != 'schedule'
35-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@feat/release-actions-rework # 0.11.2
35+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0
3636
with:
3737
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
3838
github-app-id: ${{ vars.CI_BOT_APP_ID }}
@@ -42,7 +42,7 @@ jobs:
4242
sync-docs:
4343
needs: release
4444
if: needs.release.outputs.artifact-id
45-
uses: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@main # 0.1.0
45+
uses: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@cd3f060f4c823de3294a7498b8a8617723b8cf53 # 0.2.0
4646
with:
4747
artifact-id: ${{ needs.release.outputs.artifact-id }}
4848
github-app-id: ${{ vars.CI_BOT_APP_ID }}

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
return;
9999
}
100100
}
101-
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@4b87508052fc8b08a44a5d2d7d5f0636deb6ea3e # 0.15.0
101+
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
102102
if: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
103103
with:
104104
working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
@@ -128,11 +128,11 @@ jobs:
128128
with:
129129
persist-credentials: false
130130

131-
- uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
131+
- uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
132132
with:
133133
languages: ${{ matrix.language }}
134134

135-
- uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
135+
- uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
136136
with:
137137
category: "/language:${{matrix.language}}"
138138

0 commit comments

Comments
 (0)