@@ -213,7 +213,7 @@ jobs:
213213 if : ${{ matrix.settings.target != 'x86_64-pc-windows-gnu' }}
214214 with :
215215 node-version : 24.10.0
216- - uses : msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2
216+ - uses : msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2
217217 if : ${{ matrix.settings.target == 'x86_64-pc-windows-gnu' }}
218218 with :
219219 msystem : ${{ matrix.settings.msystem }}
@@ -227,16 +227,16 @@ jobs:
227227 path-type : inherit
228228 release : false
229229 - name : Install Toolchain
230- uses : dtolnay/rust-toolchain@stable
230+ uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
231231 with :
232232 toolchain : nightly-2025-07-25
233233 components : ${{ matrix.settings.build-std && 'rust-src' || '' }}
234234 targets : ${{ !matrix.settings.build-std && matrix.settings.target || '' }}
235235 - name : Setup OpenHarmony SDK
236236 if : ${{ contains(matrix.settings.target, 'ohos') }}
237- uses : openharmony-rs/setup-ohos-sdk@3c181b3244cec76aaec289ab84fb00f55f2fce3f # v0.2.4
237+ uses : openharmony-rs/setup-ohos-sdk@eb82b94ef522b07269679195c2512f22e922ef3b # v1.0.0
238238 - name : Restore Cargo cache
239- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
239+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
240240 if : matrix.settings.cache-cargo != false
241241 with :
242242 path : |
@@ -252,7 +252,7 @@ jobs:
252252 with :
253253 version : 0.14.1
254254 - name : Install cargo-zigbuild
255- uses : taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
255+ uses : taiki-e/install-action@328a871ad8f62ecac78390391f463ccabc974b72 # v2.69.9
256256 if : ${{ matrix.settings.cross == 'zig' }}
257257 env :
258258 GITHUB_TOKEN : ${{ github.token }}
@@ -284,7 +284,7 @@ jobs:
284284 shell : bash
285285 - name : Save Cargo cache
286286 if : github.ref == 'refs/heads/master' && matrix.settings.cache-cargo != false
287- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
287+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
288288 with :
289289 path : |
290290 ~/.cargo/registry/index/
@@ -323,7 +323,7 @@ jobs:
323323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
324324
325325 - name : Restore Cargo cache
326- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
326+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
327327 with :
328328 path : |
329329 ~/.cargo/registry/index/
@@ -350,7 +350,7 @@ jobs:
350350
351351 - name : Save Cargo cache
352352 if : github.ref == 'refs/heads/master'
353- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
353+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
354354 with :
355355 path : |
356356 ~/.cargo/registry/index/
@@ -534,7 +534,7 @@ jobs:
534534 env :
535535 CI : true
536536 - name : Upload coverage
537- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
537+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
538538 if : matrix.coverage
539539 with :
540540 fail_ci_if_error : true
0 commit comments