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 }}