@@ -118,7 +118,7 @@ jobs:
118118 timeout-minutes : 5
119119 steps :
120120 - uses : actions/checkout@v6
121- - uses : dtolnay/rust-toolchain@0f1b44df7e9cbb178d781a242338dfa5e243ad7f # nightly
121+ - uses : dtolnay/rust-toolchain@5b842231ba77f5c045dba54ac5560fed2db780e2 # nightly
122122 with :
123123 toolchain : nightly
124124 components : rustfmt
@@ -136,7 +136,7 @@ jobs:
136136 SCCACHE_GHA_ENABLED : " true"
137137 steps :
138138 - uses : actions/checkout@v6
139- - uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
139+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
140140 with :
141141 toolchain : stable
142142 components : clippy
@@ -163,15 +163,15 @@ jobs:
163163 SCCACHE_GHA_ENABLED : " true"
164164 steps :
165165 - uses : actions/checkout@v6
166- - uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
166+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
167167 with :
168168 toolchain : stable
169169 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
170170 with :
171171 cache-targets : " false"
172172 shared-key : " ci"
173173 - uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
174- - uses : taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
174+ - uses : taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
175175 - name : Build and archive tests
176176 run : cargo nextest archive --config-file .github/nextest.toml --cargo-profile ci --workspace --features full --lib --bins --tests --archive-file nextest-archive.tar.zst
177177 - name : Upload test archive
@@ -210,7 +210,7 @@ jobs:
210210 partition : ["1/5", "2/5", "3/5", "4/5", "5/5"]
211211 steps :
212212 - uses : actions/checkout@v6
213- - uses : taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
213+ - uses : taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
214214 - name : Download test archive
215215 uses : actions/download-artifact@v7
216216 with :
@@ -232,7 +232,7 @@ jobs:
232232 timeout-minutes : 15
233233 steps :
234234 - uses : actions/checkout@v6
235- - uses : taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
235+ - uses : taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
236236 - name : Download test archive
237237 uses : actions/download-artifact@v7
238238 with :
@@ -261,20 +261,20 @@ jobs:
261261 SCCACHE_GHA_ENABLED : " true"
262262 steps :
263263 - uses : actions/checkout@v6
264- - uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
264+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
265265 with :
266266 toolchain : stable
267267 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
268268 with :
269269 cache-targets : " false"
270270 shared-key : " coverage"
271271 - uses : mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
272- - uses : taiki-e/install-action@cff9fdfca2088e53d33015e47b75d0653d76aa25 # cargo-llvm-cov
273- - uses : taiki-e/install-action@6ee2d1f3a2f8ca91cc2bf3180c6ec89fb3a109ad # nextest
272+ - uses : taiki-e/install-action@2f388922703f86d338d8d1e86e4cedef98b9e790 # cargo-llvm-cov
273+ - uses : taiki-e/install-action@5ce196a31930e2795a1b2185c2f79b55c0d57733 # nextest
274274 - name : Generate coverage
275275 run : cargo llvm-cov nextest --config-file .github/nextest.toml --cargo-profile ci --workspace --features full --lib --bins --lcov --output-path lcov.info
276276 - name : Upload coverage
277- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
277+ uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
278278 with :
279279 token : ${{ secrets.CODECOV_TOKEN }}
280280 files : lcov.info
@@ -320,7 +320,7 @@ jobs:
320320 exit-code : ' 1'
321321 limit-severities-for-sarif : true
322322 - name : Upload Trivy results to GitHub Security tab
323- uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
323+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
324324 if : always()
325325 with :
326326 sarif_file : trivy-results.sarif
@@ -343,7 +343,7 @@ jobs:
343343 SCCACHE_GHA_ENABLED : " true"
344344 steps :
345345 - uses : actions/checkout@v6
346- - uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
346+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
347347 with :
348348 toolchain : stable
349349 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
@@ -366,7 +366,7 @@ jobs:
366366 SCCACHE_GHA_ENABLED : " true"
367367 steps :
368368 - uses : actions/checkout@v6
369- - uses : dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
369+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
370370 with :
371371 toolchain : stable
372372 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
0 commit comments