Skip to content

Commit 03b283d

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.30.3 to 3.30.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@192325c...303c0ae) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4624a1a commit 03b283d

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
@@ -67,10 +67,10 @@ jobs:
6767
runs-on: "ubuntu-latest"
6868
steps:
6969
- uses: hoverkraft-tech/ci-github-common/actions/checkout@b4883995e100e291a1fed68678d47a560328ed08 # 0.24.0
70-
- uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
70+
- uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
7171
with:
7272
languages: ${{ inputs.code-ql }}
73-
- uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
73+
- uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
7474

7575
dependency-review:
7676
name: 🛡️ Dependency Review

actions/dependencies-cache/action.yml

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

3737
- name: ♻️ NX cache
3838
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
39-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4040
with:
4141
path: ${{ inputs.working-directory }}/node_modules/.cache/nx
4242
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -45,7 +45,7 @@ runs:
4545
4646
- name: ♻️ Prettier cache
4747
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
48-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949
with:
5050
path: ${{ inputs.working-directory }}/node_modules/.cache/prettier
5151
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -54,7 +54,7 @@ runs:
5454
5555
- name: ♻️ Gatsby cache
5656
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
57-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: |
6060
${{ inputs.working-directory }}/.cache
@@ -65,7 +65,7 @@ runs:
6565
6666
- name: ♻️ Storybook cache
6767
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
68-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
68+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6969
with:
7070
path: ${{ inputs.working-directory }}/node_modules/.cache/storybook
7171
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -107,7 +107,7 @@ runs:
107107
108108
- name: ♻️ Test cache
109109
if: steps.jest-cache-dir-path.outputs.dir
110-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
110+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
111111
with:
112112
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
113113
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)