Skip to content

Commit 265e70d

Browse files
chore(deps): bump actions/cache from 5.0.3 to 5.0.4 in the all group (#1430)
Bumps the all group with 1 update: [actions/cache](https://github.com/actions/cache). 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) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2f7eea commit 265e70d

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
- name: Cache yara-x-capi installation
3434
id: yara-x-capi
35-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636
with:
3737
path: yara-x-install
3838
key: yara-x-capi-v${{ env.YARA_X_RELEASE }}-${{ runner.os }}
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: stable
5353
- name: Cache Rust dependencies
5454
if: steps.yara-x-capi.outputs.cache-hit != 'true'
55-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5656
with:
5757
path: |
5858
~/.cargo/registry/

.github/workflows/fuzz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "cache=$(go env GOCACHE)" >> "${GITHUB_OUTPUT}"
139139
140140
- name: Cache Go dependencies
141-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
141+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
142142
with:
143143
path: |
144144
${{ steps.go-env.outputs.modcache }}
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Cache malcontent samples
155155
if: contains(matrix.target.package, 'programkind')
156-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
156+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
157157
with:
158158
path: out/chainguard-sandbox/malcontent-samples
159159
key: samples-${{ steps.samples.outputs.commit }}

.github/workflows/go-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
5959
6060
- name: Cache Go dependencies
61-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
61+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6262
with:
6363
path: |
6464
${{ steps.go-env.outputs.modcache }}
@@ -109,7 +109,7 @@ jobs:
109109
echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
110110
111111
- name: Cache Go dependencies
112-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
112+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
113113
with:
114114
path: |
115115
${{ steps.go-env.outputs.modcache }}
@@ -122,7 +122,7 @@ jobs:
122122
run: echo "commit=$(grep '^SAMPLES_COMMIT' Makefile | head -1 | cut -d'=' -f2 | tr -d ' ?')" >> "$GITHUB_OUTPUT"
123123

124124
- name: Cache malcontent samples
125-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
125+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
126126
with:
127127
path: out/chainguard-sandbox/malcontent-samples
128128
key: samples-${{ steps.samples.outputs.commit }}

.github/workflows/third-party.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
5353
5454
- name: Cache Go dependencies
55-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5656
with:
5757
path: |
5858
${{ steps.go-env.outputs.modcache }}
@@ -65,7 +65,7 @@ jobs:
6565
run: echo "commit=$(grep '^SAMPLES_COMMIT' Makefile | head -1 | cut -d'=' -f2 | tr -d ' ?')" >> "$GITHUB_OUTPUT"
6666

6767
- name: Cache malcontent samples
68-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
68+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6969
with:
7070
path: out/chainguard-sandbox/malcontent-samples
7171
key: samples-${{ steps.samples.outputs.commit }}

0 commit comments

Comments
 (0)