@@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
2121 - run : rustup toolchain install stable --profile minimal --component rustfmt --component clippy --no-self-update
22- - uses : Swatinem/rust-cache@v2
22+ - uses : Swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
2323
2424 - run : cargo fmt --all -- --check
2525 - run : cargo clippy --all-features --workspace --tests --examples -- -D clippy::all
@@ -35,10 +35,10 @@ jobs:
3535 runs-on : ${{ matrix.os }}
3636
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
4040 - run : rustup toolchain install stable --profile minimal --no-self-update
41- - uses : Swatinem/rust-cache@v2
41+ - uses : Swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
4242
4343 - run : cargo test --workspace --all-features --all-targets
4444 - run : cargo test --workspace --all-features --doc
@@ -48,14 +48,14 @@ jobs:
4848 runs-on : ubuntu-latest
4949
5050 steps :
51- - uses : actions/checkout@v6
51+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5252
5353 - run : rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
54- - uses : Swatinem/rust-cache@v2
55- - uses : taiki-e/install-action@cargo-llvm-cov
54+ - uses : Swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2
55+ - uses : taiki-e/install-action@21eb0b6228fa6252dafdd9c82e7516ad2328c775 # cargo-llvm-cov
5656
5757 - run : cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
5858
59- - uses : codecov/codecov-action@v3
59+ - uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
6060 with :
6161 files : lcov.info
0 commit comments