diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 4b99938..67961cf 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -29,7 +29,7 @@ jobs: cache: true # toolchain/components are specified in rust-toolchain.toml - name: Cache advisory database - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.cargo/advisory-db key: advisory-db-${{ github.ref_name }}-v1 diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c605fd4..8e3bc41 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,7 +34,7 @@ jobs: cache: true # toolchain/components are specified in rust-toolchain.toml - name: Cache tarpaulin - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.cargo/bin/cargo-tarpaulin key: tarpaulin-${{ runner.os }}-${{ env.TARPAULIN_VERSION }} diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index ed82805..33be57e 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -32,7 +32,7 @@ jobs: cache: true # toolchain/components are specified in rust-toolchain.toml - name: Cache clippy tools - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | ~/.cargo/bin/clippy-sarif