@@ -23,12 +23,13 @@ jobs:
2323 steps :
2424
2525 - name : Install stable toolchain
26- uses : dtolnay/rust-toolchain@stable
26+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable
2727 with :
28+ toolchain : stable
2829 components : rustfmt
2930
3031 - name : Checkout sources
31- uses : actions/checkout@v4
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3233
3334 - name : Check format
3435 run : cargo fmt --all --check
@@ -39,13 +40,15 @@ jobs:
3940 steps :
4041
4142 - name : Install stable toolchain
42- uses : dtolnay/rust-toolchain@stable
43+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable
44+ with :
45+ toolchain : stable
4346
4447 - name : Install cargo-hack
4548 run : cargo install --locked cargo-hack
4649
4750 - name : Checkout sources
48- uses : actions/checkout@v4
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4952
5053 - name : Check code quality
5154 run : cargo check --all-targets --all-features
@@ -56,13 +59,15 @@ jobs:
5659 steps :
5760
5861 - name : Install stable toolchain
59- uses : dtolnay/rust-toolchain@stable
62+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable
63+ with :
64+ toolchain : stable
6065
6166 - name : Install cargo-hack
6267 run : cargo install --locked cargo-hack
6368
6469 - name : Checkout sources
65- uses : actions/checkout@v4
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6671
6772 - name : Check code clippy
6873 run : cargo clippy --all-targets --all-features
@@ -73,13 +78,15 @@ jobs:
7378 steps :
7479
7580 - name : Install stable toolchain
76- uses : dtolnay/rust-toolchain@stable
81+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # stable
82+ with :
83+ toolchain : stable
7784
7885 - name : Install cargo-hack
7986 run : cargo install --locked cargo-hack
8087
8188 - name : Checkout sources
82- uses : actions/checkout@v4
89+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8390
8491 - name : Check code tests
8592 run : cargo test --all-targets --all-features
0 commit comments