From e5769a3a9ed5128ee9ec38be4d6a0414b4db8492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:16:20 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5.0.3 to 5.0.4 in the all group 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](https://github.com/actions/cache/compare/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- 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] --- .github/workflows/codeql.yaml | 4 ++-- .github/workflows/fuzz.yaml | 4 ++-- .github/workflows/go-tests.yaml | 6 +++--- .github/workflows/third-party.yaml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 2630dad64..430fa12b5 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Cache yara-x-capi installation id: yara-x-capi - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: yara-x-install key: yara-x-capi-v${{ env.YARA_X_RELEASE }}-${{ runner.os }} @@ -52,7 +52,7 @@ jobs: toolchain: stable - name: Cache Rust dependencies if: steps.yara-x-capi.outputs.cache-hit != 'true' - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.cargo/registry/ diff --git a/.github/workflows/fuzz.yaml b/.github/workflows/fuzz.yaml index cdcb2b426..02eb5c2db 100644 --- a/.github/workflows/fuzz.yaml +++ b/.github/workflows/fuzz.yaml @@ -138,7 +138,7 @@ jobs: echo "cache=$(go env GOCACHE)" >> "${GITHUB_OUTPUT}" - name: Cache Go dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ steps.go-env.outputs.modcache }} @@ -153,7 +153,7 @@ jobs: - name: Cache malcontent samples if: contains(matrix.target.package, 'programkind') - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: out/chainguard-sandbox/malcontent-samples key: samples-${{ steps.samples.outputs.commit }} diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 492dedb6a..c7888ace7 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -58,7 +58,7 @@ jobs: echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT" - name: Cache Go dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ steps.go-env.outputs.modcache }} @@ -109,7 +109,7 @@ jobs: echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT" - name: Cache Go dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ steps.go-env.outputs.modcache }} @@ -122,7 +122,7 @@ jobs: run: echo "commit=$(grep '^SAMPLES_COMMIT' Makefile | head -1 | cut -d'=' -f2 | tr -d ' ?')" >> "$GITHUB_OUTPUT" - name: Cache malcontent samples - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: out/chainguard-sandbox/malcontent-samples key: samples-${{ steps.samples.outputs.commit }} diff --git a/.github/workflows/third-party.yaml b/.github/workflows/third-party.yaml index 15c2efb9c..f84dbd70f 100644 --- a/.github/workflows/third-party.yaml +++ b/.github/workflows/third-party.yaml @@ -52,7 +52,7 @@ jobs: echo "cache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT" - name: Cache Go dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ steps.go-env.outputs.modcache }} @@ -65,7 +65,7 @@ jobs: run: echo "commit=$(grep '^SAMPLES_COMMIT' Makefile | head -1 | cut -d'=' -f2 | tr -d ' ?')" >> "$GITHUB_OUTPUT" - name: Cache malcontent samples - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: out/chainguard-sandbox/malcontent-samples key: samples-${{ steps.samples.outputs.commit }}