diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5742a0761..bdea8bc7c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -455,7 +455,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache Stryker incremental report - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: .cache/stryker-incremental-unit.json key: mutation-unit-${{ github.run_number }} @@ -502,7 +502,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache Stryker incremental report - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: .cache/stryker-incremental-integration.json key: mutation-integration-${{ github.run_number }} diff --git a/.github/workflows/reusable-fuzz.yml b/.github/workflows/reusable-fuzz.yml index c5f238a84..eb76b32da 100644 --- a/.github/workflows/reusable-fuzz.yml +++ b/.github/workflows/reusable-fuzz.yml @@ -65,7 +65,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache corpus - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: .corpus key: fuzz-${{ steps.run-id.outputs.result }}-${{ github.run_number }}