Skip to content

Commit ab48f98

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Updates `github/codeql-action` from 4.31.10 to 4.32.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@cdefb33...b20883b) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d49d1b commit ab48f98

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.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@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
297-
- uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
297+
- uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
298298
with:
299299
languages: ${{ inputs.code-ql }}
300-
- uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
300+
- uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
301301

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

actions/dependencies-cache/action.yml

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

5252
- name: ♻️ NX cache
5353
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
54-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
54+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5555
with:
5656
path: ${{ inputs.working-directory }}/node_modules/.cache/nx
5757
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -60,7 +60,7 @@ runs:
6060
6161
- name: ♻️ Prettier cache
6262
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
63-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
63+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6464
with:
6565
path: ${{ inputs.working-directory }}/node_modules/.cache/prettier
6666
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -69,7 +69,7 @@ runs:
6969
7070
- name: ♻️ Docusaurus cache
7171
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
72-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
72+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7373
with:
7474
path: |
7575
${{ inputs.working-directory }}/.docusaurus
@@ -80,7 +80,7 @@ runs:
8080
8181
- name: ♻️ Vitest cache
8282
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
83-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
83+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8484
with:
8585
path: ${{ inputs.working-directory }}/node_modules/.vite/vitest
8686
key: ${{ runner.os }}-cache-vitest-${{ github.sha }}
@@ -89,7 +89,7 @@ runs:
8989
9090
- name: ♻️ Astro cache
9191
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
92-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
92+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9393
with:
9494
path: ${{ inputs.working-directory }}/node_modules/.astro
9595
key: ${{ runner.os }}-cache-astro-${{ github.sha }}
@@ -98,7 +98,7 @@ runs:
9898
9999
- name: ♻️ Gatsby cache
100100
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
101-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
101+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
102102
with:
103103
path: |
104104
${{ inputs.working-directory }}/.cache
@@ -109,7 +109,7 @@ runs:
109109
110110
- name: ♻️ Storybook cache
111111
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
112-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
112+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
113113
with:
114114
path: ${{ inputs.working-directory }}/node_modules/.cache/storybook
115115
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -196,7 +196,7 @@ runs:
196196

197197
- name: ♻️ Test cache
198198
if: steps.jest-cache-dir-path.outputs.dir
199-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
199+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
200200
with:
201201
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
202202
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)