Skip to content

Commit 7c3b5a4

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 4 directories with 6 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container) and [github/codeql-action](https://github.com/github/codeql-action). Bumps the github-actions-dependencies group with 2 updates in the /actions/codecov directory: [pkgxdev/setup](https://github.com/pkgxdev/setup) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-dependencies group with 1 update in the /actions/setup-node directory: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.30.6 to 0.31.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases) - [Commits](hoverkraft-tech/ci-github-container@a0bab91...df8b445) Updates `github/codeql-action` from 4.32.6 to 4.33.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...b1bff81) Updates `pkgxdev/setup` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/pkgxdev/setup/releases) - [Commits](pkgxdev/setup@f211ee4...4d4ae97) Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@671740a...1af5884) Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `pnpm/action-setup` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@b906aff...fc06bc1) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: pkgxdev/setup dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: pnpm/action-setup dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5db0534 commit 7c3b5a4

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/__test-workflow-continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
packages: write
6565
issues: read
6666
pull-requests: read
67-
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
67+
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@df8b445f6cc9661dcb282d897d7146a82e5f2960 # 0.31.0
6868
with:
6969
sign: false
7070
images: |

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ jobs:
294294
runs-on: *ci-runner
295295
steps:
296296
- uses: hoverkraft-tech/ci-github-common/actions/checkout@f5847cb398fe65d53794e6aba98ebdfa0801f691 # 0.32.0
297-
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
297+
- uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
298298
with:
299299
languages: ${{ inputs.code-ql }}
300-
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
300+
- uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
301301

302302
dependency-review:
303303
name: 🛡️ Dependency Review

actions/codecov/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
5454
- name: Install missing Codecov dependencies
5555
if: steps.check-codecov-deps.outputs.missing-deps
56-
uses: pkgxdev/setup@f211ee4db3110b42e5a156282372527e7c1ed723 # v4.0.0
56+
uses: pkgxdev/setup@4d4ae97af87ccb39ab8be4e073dea697fef2c6f7 # v5.0.0
5757
with:
5858
+: ${{ steps.check-codecov-deps.outputs.missing-deps }}
5959

@@ -157,7 +157,7 @@ runs:
157157
}
158158
159159
- name: 📊 Upload coverage to Codecov
160-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
160+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
161161
with:
162162
directory: ${{ steps.working-directory.outputs.workspace-relative-path }}
163163
root_dir: ${{ steps.working-directory.outputs.workspace-relative-path }}

actions/dependencies-cache/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757

5858
- name: ♻️ NX cache
5959
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
60-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
60+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6161
with:
6262
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/nx
6363
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -66,7 +66,7 @@ runs:
6666
6767
- name: ♻️ Prettier cache
6868
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
69-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
69+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7070
with:
7171
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/prettier
7272
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: ♻️ Docusaurus cache
7777
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
78-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
78+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7979
with:
8080
path: |
8181
${{ steps.working-directory.outputs.workspace-relative-path }}/.docusaurus
@@ -86,7 +86,7 @@ runs:
8686
8787
- name: ♻️ Vitest cache
8888
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
89-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
89+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9090
with:
9191
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.vite/vitest
9292
key: ${{ runner.os }}-cache-vitest-${{ github.sha }}
@@ -95,7 +95,7 @@ runs:
9595
9696
- name: ♻️ Astro cache
9797
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
98-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
98+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9999
with:
100100
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.astro
101101
key: ${{ runner.os }}-cache-astro-${{ github.sha }}
@@ -104,7 +104,7 @@ runs:
104104
105105
- name: ♻️ Gatsby cache
106106
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
107-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
107+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
108108
with:
109109
path: |
110110
${{ steps.working-directory.outputs.workspace-relative-path }}/.cache
@@ -115,7 +115,7 @@ runs:
115115
116116
- name: ♻️ Storybook cache
117117
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
118-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
118+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
119119
with:
120120
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/storybook
121121
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -191,7 +191,7 @@ runs:
191191

192192
- name: ♻️ Test cache
193193
if: steps.jest-cache-dir-path.outputs.dir
194-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
194+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
195195
with:
196196
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
197197
key: ${{ runner.os }}-test-${{ github.sha }}

actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ runs:
120120
core.debug('packageManager field missing; defaulting pnpm version to latest');
121121
core.setOutput('pnpm-version', 'latest');
122122
123-
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
123+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
124124
if: steps.get-package-manager.outputs.package-manager == 'pnpm'
125125
with:
126126
version: ${{ steps.get-pnpm-version.outputs.pnpm-version }}

0 commit comments

Comments
 (0)