Skip to content

Commit 2c5f400

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 3.26.12 to 3.26.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.26.12...v3.26.13) Updates `actions/cache` from 4.0.2 to 4.1.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.0.2...v4.1.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa86815 commit 2c5f400

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
runs-on: "ubuntu-latest"
6363
steps:
6464
- uses: hoverkraft-tech/ci-github-common/actions/[email protected]
65-
- uses: github/codeql-action/[email protected].12
65+
- uses: github/codeql-action/[email protected].13
6666
with:
6767
languages: ${{ inputs.code-ql }}
68-
- uses: github/codeql-action/[email protected].12
68+
- uses: github/codeql-action/[email protected].13
6969

7070
dependency-review:
7171
name: 🛡️ Dependency Review

actions/dependencies-cache/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929

3030
- name: ♻️ NX cache
3131
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
32-
uses: actions/cache@v4.0.2
32+
uses: actions/cache@v4.1.1
3333
with:
3434
path: node_modules/.cache/nx
3535
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -38,7 +38,7 @@ runs:
3838
3939
- name: ♻️ Prettier cache
4040
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
41-
uses: actions/cache@v4.0.2
41+
uses: actions/cache@v4.1.1
4242
with:
4343
path: node_modules/.cache/prettier
4444
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -47,7 +47,7 @@ runs:
4747
4848
- name: ♻️ Gatsby cache
4949
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
50-
uses: actions/cache@v4.0.2
50+
uses: actions/cache@v4.1.1
5151
with:
5252
path: |
5353
.cache
@@ -58,7 +58,7 @@ runs:
5858
5959
- name: ♻️ Storybook cache
6060
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
61-
uses: actions/cache@v4.0.2
61+
uses: actions/cache@v4.1.1
6262
with:
6363
path: node_modules/.cache/storybook
6464
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: ♻️ Test cache
7777
if: steps.jest-cache-dir-path.outputs.dir
78-
uses: actions/cache@v4.0.2
78+
uses: actions/cache@v4.1.1
7979
with:
8080
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
8181
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)