diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 7310d52fc..bd6793a2a 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Cache yara-x-capi installation id: yara-x-capi - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: yara-x-install key: yara-x-capi-v${{ env.YARA_X_RELEASE }}-${{ runner.os }} @@ -65,7 +65,7 @@ jobs: toolchain: stable - name: Cache Rust dependencies if: steps.yara-x-capi.outputs.cache-hit != 'true' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cargo/registry/ diff --git a/.github/workflows/fuzz.yaml b/.github/workflows/fuzz.yaml index 941dceaef..a5e77f21b 100644 --- a/.github/workflows/fuzz.yaml +++ b/.github/workflows/fuzz.yaml @@ -142,7 +142,7 @@ jobs: echo "cache=$(go env GOCACHE)" >> "${GITHUB_OUTPUT}" - name: Cache Go dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ${{ steps.go-env.outputs.modcache }} @@ -157,7 +157,7 @@ jobs: - name: Cache malcontent samples if: contains(matrix.target.package, 'programkind') - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 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 c7888ace7..b1eba1129 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 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 6fbdfcfe7..b783ed0ff 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: out/chainguard-sandbox/malcontent-samples key: samples-${{ steps.samples.outputs.commit }} diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index f876d1900..b1c3fb045 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -41,4 +41,4 @@ jobs: persist-credentials: false - name: Run zizmor - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3