@@ -41,11 +41,11 @@ jobs:
4141 runs-on : ubuntu-24.04
4242 timeout-minutes : 20
4343 steps :
44- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
45- - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
44+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
45+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4646 with :
4747 version : 10.34.5
48- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
48+ - uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
4949 with :
5050 node-version : 22
5151 cache : pnpm
@@ -138,17 +138,17 @@ jobs:
138138 outputs :
139139 deployment_url : ${{ steps.deploy.outputs.url }}
140140 steps :
141- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
141+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
142142 with :
143143 ref : ${{ github.sha }}
144144 - name : Verify release commit
145145 env :
146146 RELEASE_SHA : ${{ github.sha }}
147147 run : test "$(git rev-parse HEAD)" = "$RELEASE_SHA"
148- - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
148+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
149149 with :
150150 version : 10.34.5
151- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
151+ - uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
152152 with :
153153 node-version : 22
154154 cache : pnpm
@@ -252,17 +252,17 @@ jobs:
252252 timeout-minutes : 30
253253 environment : production
254254 steps :
255- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
255+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
256256 with :
257257 ref : ${{ github.sha }}
258258 - name : Verify release commit
259259 env :
260260 RELEASE_SHA : ${{ github.sha }}
261261 run : test "$(git rev-parse HEAD)" = "$RELEASE_SHA"
262- - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
262+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
263263 with :
264264 version : 10.34.5
265- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
265+ - uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
266266 with :
267267 node-version : 22
268268 cache : pnpm
@@ -299,17 +299,17 @@ jobs:
299299 timeout-minutes : 30
300300 environment : production
301301 steps :
302- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
302+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
303303 with :
304304 ref : ${{ github.sha }}
305305 - name : Verify release commit
306306 env :
307307 RELEASE_SHA : ${{ github.sha }}
308308 run : test "$(git rev-parse HEAD)" = "$RELEASE_SHA"
309- - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
309+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
310310 with :
311311 version : 10.34.5
312- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
312+ - uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
313313 with :
314314 node-version : 22
315315 cache : pnpm
@@ -400,17 +400,17 @@ jobs:
400400 timeout-minutes : 30
401401 environment : production
402402 steps :
403- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
403+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
404404 with :
405405 ref : ${{ github.sha }}
406406 - name : Verify release commit
407407 env :
408408 RELEASE_SHA : ${{ github.sha }}
409409 run : test "$(git rev-parse HEAD)" = "$RELEASE_SHA"
410- - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
410+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
411411 with :
412412 version : 10.34.5
413- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
413+ - uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
414414 with :
415415 node-version : 22
416416 cache : pnpm
0 commit comments