diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6c4ebc43..e9534a99 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -362,7 +362,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache Stryker incremental report - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: .cache/stryker-incremental-unit.json key: mutation-unit-${{ github.run_number }} @@ -411,7 +411,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache Stryker incremental report - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 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 6444e371..6ec752d8 100644 --- a/.github/workflows/reusable-fuzz.yml +++ b/.github/workflows/reusable-fuzz.yml @@ -67,7 +67,7 @@ jobs: cache: npm node-version-file: .nvmrc - name: Cache corpus - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: .corpus key: fuzz-${{ steps.run-id.outputs.result }}-${{ github.run_number }}