@@ -11,30 +11,30 @@ jobs:
1111 name : Cargo Check
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions-rs/toolchain@v1
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+ - uses : actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
1616 with :
1717 profile : minimal
1818 toolchain : stable
1919 override : true
20- - uses : Swatinem/rust-cache@v1
21- - uses : actions-rs/cargo@v1
20+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
21+ - uses : actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
2222 with :
2323 command : check
2424
2525 test :
2626 name : Test Suite
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v2
30- - uses : actions-rs/toolchain@v1
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+ - uses : actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
3131 with :
3232 profile : minimal
3333 toolchain : stable
3434 override : true
35- - uses : Swatinem/rust-cache@v1
35+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
3636 - run : cd compressor_integration_tests && docker compose up -d
37- - uses : actions-rs/cargo@v1
37+ - uses : actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
3838 with :
3939 command : test
4040 args : --workspace
@@ -43,15 +43,15 @@ jobs:
4343 name : Rustfmt
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v2
47- - uses : actions-rs/toolchain@v1
46+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+ - uses : actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
4848 with :
4949 profile : minimal
5050 toolchain : stable
5151 override : true
5252 components : rustfmt
53- - uses : Swatinem/rust-cache@v1
54- - uses : actions-rs/cargo@v1
53+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
54+ - uses : actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
5555 with :
5656 command : fmt
5757 args : --all -- --check
@@ -60,15 +60,15 @@ jobs:
6060 name : Clippy
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v2
64- - uses : actions-rs/toolchain@v1
63+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+ - uses : actions-rs/toolchain@b2417cde72dcf67f306c0ae8e0828a81bf0b189f # v1.0.6
6565 with :
6666 profile : minimal
6767 toolchain : stable
6868 override : true
6969 components : clippy
70- - uses : Swatinem/rust-cache@v1
71- - uses : actions-rs/cargo@v1
70+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
71+ - uses : actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # v1.0.1
7272 with :
7373 command : clippy
7474 args : -- -D warnings
0 commit comments