3131 timeout-minutes : 10
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535 with :
3636 persist-credentials : false
3737 - name : " Install Rustfmt"
4848 timeout-minutes : 10
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252 with :
5353 persist-credentials : false
5454 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
6666 runs-on : windows-latest
6767 name : " cargo clippy | windows"
6868 steps :
69- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
69+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7070 with :
7171 persist-credentials : false
7272
@@ -95,11 +95,11 @@ jobs:
9595 timeout-minutes : 10
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
98+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9999 with :
100100 persist-credentials : false
101101 - name : " Install cargo shear"
102- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
102+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
103103 with :
104104 tool : cargo-shear
105105 - run : cargo shear
@@ -109,7 +109,7 @@ jobs:
109109 runs-on : ubuntu-latest
110110 name : " cargo test | without uv"
111111 steps :
112- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
112+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
113113 with :
114114 persist-credentials : false
115115 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
@@ -121,12 +121,12 @@ jobs:
121121 run : rustup component add llvm-tools-preview
122122
123123 - name : " Install cargo nextest"
124- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
124+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
125125 with :
126126 tool : cargo-nextest
127127
128128 - name : " Install cargo-llvm-cov"
129- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
129+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
130130 with :
131131 tool : cargo-llvm-cov
132132
@@ -150,7 +150,7 @@ jobs:
150150 cargo llvm-cov report --lcov --output-path lcov.info
151151
152152 - name : " Upload coverage reports to Codecov"
153- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
153+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
154154 with :
155155 token : ${{ secrets.CODECOV_TOKEN }}
156156 files : lcov.info
@@ -160,7 +160,7 @@ jobs:
160160 runs-on : ubuntu-latest
161161 name : " cargo test | ubuntu"
162162 steps :
163- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
163+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
164164 with :
165165 persist-credentials : false
166166 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
@@ -172,17 +172,17 @@ jobs:
172172 run : rustup component add llvm-tools-preview
173173
174174 - name : " Install cargo nextest"
175- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
175+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
176176 with :
177177 tool : cargo-nextest
178178
179179 - name : " Install cargo-llvm-cov"
180- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
180+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
181181 with :
182182 tool : cargo-llvm-cov
183183
184184 - name : " Install uv"
185- uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
185+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
186186 with :
187187 version : ${{ env.UV_VERSION }}
188188
@@ -192,7 +192,7 @@ jobs:
192192 python-version : ${{ env.PYTHON_VERSION }}
193193
194194 - name : " Install Node.js"
195- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
195+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
196196 with :
197197 node-version : ${{ env.NODE_VERSION }}
198198 cache : npm
@@ -217,7 +217,7 @@ jobs:
217217 luaRocksVersion : ${{ env.LUAROCKS_VERSION }}
218218
219219 - name : " Install Ruby"
220- uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
220+ uses : ruby/setup-ruby@211ffaaa5f8dda97e9e8bca4e70d0fbaf2f8c41c # v1.272 .0
221221 with :
222222 ruby-version : ${{ env.RUBY_VERSION }}
223223
@@ -236,7 +236,7 @@ jobs:
236236 cargo llvm-cov report --lcov --output-path lcov.info
237237
238238 - name : " Upload coverage reports to Codecov"
239- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
239+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
240240 with :
241241 token : ${{ secrets.CODECOV_TOKEN }}
242242 files : lcov.info
@@ -246,7 +246,7 @@ jobs:
246246 name : " cargo test | macos"
247247 timeout-minutes : 5
248248 steps :
249- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
249+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
250250 with :
251251 persist-credentials : false
252252 - uses : rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
@@ -258,12 +258,12 @@ jobs:
258258 run : rustup show
259259
260260 - name : " Install cargo nextest"
261- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
261+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
262262 with :
263263 tool : cargo-nextest
264264
265265 - name : " Install uv"
266- uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
266+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
267267 with :
268268 version : ${{ env.UV_VERSION }}
269269
@@ -273,7 +273,7 @@ jobs:
273273 python-version : ${{ env.PYTHON_VERSION }}
274274
275275 - name : " Install Node.js"
276- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
276+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
277277 with :
278278 node-version : ${{ env.NODE_VERSION }}
279279 cache : npm
@@ -298,7 +298,7 @@ jobs:
298298 luaRocksVersion : ${{ env.LUAROCKS_VERSION }}
299299
300300 - name : " Install Ruby"
301- uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
301+ uses : ruby/setup-ruby@211ffaaa5f8dda97e9e8bca4e70d0fbaf2f8c41c # v1.272 .0
302302 with :
303303 ruby-version : ${{ env.RUBY_VERSION }}
304304
@@ -319,7 +319,7 @@ jobs:
319319 name : " cargo test | windows"
320320 timeout-minutes : 15
321321 steps :
322- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
322+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
323323 with :
324324 persist-credentials : false
325325
@@ -340,17 +340,17 @@ jobs:
340340 run : rustup component add llvm-tools-preview
341341
342342 - name : " Install cargo nextest"
343- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
343+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
344344 with :
345345 tool : cargo-nextest
346346
347347 - name : " Install cargo-llvm-cov"
348- uses : taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2.63.3
348+ uses : taiki-e/install-action@ca44e2a6d435c2fa24b2d4b63fc366fdcab90221 # v2.64.1
349349 with :
350350 tool : cargo-llvm-cov
351351
352352 - name : " Install uv"
353- uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
353+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
354354 with :
355355 version : ${{ env.UV_VERSION }}
356356 cache-local-path : ${{ env.DEV_DRIVE }}/uv-cache
@@ -361,7 +361,7 @@ jobs:
361361 python-version : ${{ env.PYTHON_VERSION }}
362362
363363 - name : " Install Node.js"
364- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
364+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
365365 with :
366366 node-version : ${{ env.NODE_VERSION }}
367367 cache : npm
@@ -390,7 +390,7 @@ jobs:
390390 luaRocksVersion : ${{ env.LUAROCKS_VERSION }}
391391
392392 - name : " Install Ruby"
393- uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
393+ uses : ruby/setup-ruby@211ffaaa5f8dda97e9e8bca4e70d0fbaf2f8c41c # v1.272 .0
394394 with :
395395 ruby-version : ${{ env.RUBY_VERSION }}
396396
@@ -416,7 +416,7 @@ jobs:
416416 shell : pwsh
417417
418418 - name : " Upload coverage reports to Codecov"
419- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
419+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
420420 with :
421421 token : ${{ secrets.CODECOV_TOKEN }}
422422 files : lcov.info
0 commit comments