3131 timeout-minutes : 15
3232 steps :
3333 - name : Checkout Commit
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 - name : Setup Node
36- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
36+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
3737 with :
3838 node-version : 24.10.0
3939 - name : Install and Cache Node Dependencies
@@ -209,9 +209,9 @@ jobs:
209209 timeout-minutes : 30
210210 steps :
211211 - name : Checkout Commit
212- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
212+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
213213 - name : Setup Node
214- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
214+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
215215 if : ${{ matrix.settings.target != 'x86_64-pc-windows-gnu' }}
216216 with :
217217 node-version : 24.10.0
@@ -238,7 +238,7 @@ jobs:
238238 if : ${{ contains(matrix.settings.target, 'ohos') }}
239239 uses : openharmony-rs/setup-ohos-sdk@3c181b3244cec76aaec289ab84fb00f55f2fce3f # v0.2.4
240240 - name : Restore Cargo cache
241- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
241+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
242242 if : matrix.settings.cache-cargo != false
243243 with :
244244 path : |
@@ -254,7 +254,7 @@ jobs:
254254 with :
255255 version : 0.14.1
256256 - name : Install cargo-zigbuild
257- uses : taiki-e/install-action@03ef6f57d573ca4522fb02950f326083373b85bf # v2.66.2
257+ uses : taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
258258 if : ${{ matrix.settings.cross == 'zig' }}
259259 env :
260260 GITHUB_TOKEN : ${{ github.token }}
@@ -286,7 +286,7 @@ jobs:
286286 shell : bash
287287 - name : Save Cargo cache
288288 if : github.ref == 'refs/heads/master' && matrix.settings.cache-cargo != false
289- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
289+ uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
290290 with :
291291 path : |
292292 ~/.cargo/registry/index/
@@ -322,10 +322,10 @@ jobs:
322322
323323 steps :
324324 - name : Checkout Commit
325- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
325+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
326326
327327 - name : Restore Cargo cache
328- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
328+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
329329 with :
330330 path : |
331331 ~/.cargo/registry/index/
@@ -352,7 +352,7 @@ jobs:
352352
353353 - name : Save Cargo cache
354354 if : github.ref == 'refs/heads/master'
355- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
355+ uses : actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
356356 with :
357357 path : |
358358 ~/.cargo/registry/index/
@@ -408,7 +408,7 @@ jobs:
408408 timeout-minutes : 120
409409 steps :
410410 - name : Checkout Commit
411- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
411+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
412412 - name : Install and Cache Node Dependencies
413413 uses : ./.github/actions/install-and-cache-node-deps
414414 - name : Build JS
@@ -507,9 +507,9 @@ jobs:
507507 timeout-minutes : 15
508508 steps :
509509 - name : Checkout Commit
510- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
510+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
511511 - name : Setup Node
512- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
512+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
513513 with :
514514 node-version : ${{ matrix.node }}
515515 check-latest : true
@@ -560,12 +560,12 @@ jobs:
560560 if : startsWith(github.ref_name, 'v4')
561561 steps :
562562 - name : Checkout Commit
563- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
563+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
564564 with :
565565 # Necessary to find the commits included in the release
566566 fetch-depth : 0
567567 - name : Setup Node
568- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
568+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
569569 with :
570570 node-version : 24.10.0
571571 registry-url : ' https://registry.npmjs.org'
0 commit comments