File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 cache : true # toolchain/components are specified in rust-toolchain.toml
3030
3131 - name : Cache advisory database
32- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
32+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3333 with :
3434 path : ~/.cargo/advisory-db
3535 key : advisory-db-${{ github.ref_name }}-v1
Original file line number Diff line number Diff line change 3434 cache : true # toolchain/components are specified in rust-toolchain.toml
3535
3636 - name : Cache tarpaulin
37- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
37+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3838 with :
3939 path : ~/.cargo/bin/cargo-tarpaulin
4040 key : tarpaulin-${{ runner.os }}-${{ env.TARPAULIN_VERSION }}
Original file line number Diff line number Diff line change 3232 cache : true # toolchain/components are specified in rust-toolchain.toml
3333
3434 - name : Cache clippy tools
35- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
35+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3636 with :
3737 path : |
3838 ~/.cargo/bin/clippy-sarif
You can’t perform that action at this time.
0 commit comments