Skip to content

Commit cc6f532

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 3 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) 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). Updates `github/codeql-action` from 3.27.5 to 3.27.6 - [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.27.5...v3.27.6) Updates `codecov/codecov-action` from 5.0.7 to 5.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.7...v5.1.1) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor 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 6b88472 commit cc6f532

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 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].5
65+
- uses: github/codeql-action/[email protected].6
6666
with:
6767
languages: ${{ inputs.code-ql }}
68-
- uses: github/codeql-action/[email protected].5
68+
- uses: github/codeql-action/[email protected].6
6969

7070
dependency-review:
7171
name: 🛡️ Dependency Review
@@ -287,6 +287,6 @@ jobs:
287287

288288
- name: 📊 Code coverage
289289
if: inputs.coverage == 'codecov'
290-
uses: codecov/codecov-action@v5.0.7
290+
uses: codecov/codecov-action@v5.1.1
291291
with:
292292
use_oidc: true

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.1.2
32+
uses: actions/cache@v4.2.0
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.1.2
41+
uses: actions/cache@v4.2.0
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.1.2
50+
uses: actions/cache@v4.2.0
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.1.2
61+
uses: actions/cache@v4.2.0
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.1.2
78+
uses: actions/cache@v4.2.0
7979
with:
8080
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
8181
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)