5151 with :
5252 toolchain : ${{ matrix.rust }}
5353 - name : Initialize cache
54- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
54+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
5555 - name : Install cargo-hack
5656 uses : taiki-e/install-action@97a5807a604e12de3a13b52d868ebecaeeea757c # v2.75.4
5757 with :
7676 with :
7777 toolchain : stable
7878 - name : Initialize cache
79- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
79+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
8080 - name : Install cargo-hack
8181 uses : taiki-e/install-action@97a5807a604e12de3a13b52d868ebecaeeea757c # v2.75.4
8282 with :
@@ -118,7 +118,7 @@ jobs:
118118 with :
119119 toolchain : stable
120120 - name : Initialize cache
121- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
121+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
122122 - name : " Is lockfile updated?"
123123 run : cargo update --workspace --locked
124124 docs :
@@ -134,7 +134,7 @@ jobs:
134134 with :
135135 toolchain : " 1.95" # STABLE
136136 - name : Initialize cache
137- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
137+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
138138 - name : Check documentation
139139 env :
140140 RUSTDOCFLAGS : -D warnings
@@ -153,7 +153,7 @@ jobs:
153153 toolchain : " 1.95" # STABLE
154154 components : rustfmt
155155 - name : Initialize cache
156- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
156+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
157157 - name : Check formatting
158158 run : cargo fmt --check
159159 clippy :
@@ -172,7 +172,7 @@ jobs:
172172 toolchain : " 1.95" # STABLE
173173 components : clippy
174174 - name : Initialize cache
175- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
175+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
176176 - name : Install SARIF tools
177177 run : cargo install clippy-sarif --locked
178178 - name : Install SARIF tools
@@ -204,7 +204,7 @@ jobs:
204204 with :
205205 toolchain : stable
206206 - name : Initialize cache
207- uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
207+ uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
208208 - name : Install cargo-tarpaulin
209209 run : cargo install cargo-tarpaulin
210210 - name : Gather coverage
0 commit comments