@@ -222,7 +222,7 @@ jobs:
222
222
echo "" > assets_version/assets_version.txt
223
223
224
224
- name : Upload assets version
225
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
225
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
226
226
with :
227
227
name : assets-version
228
228
path : public/static/assets_version
@@ -256,7 +256,7 @@ jobs:
256
256
token : ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
257
257
258
258
- name : Download assets version
259
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
259
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
260
260
with :
261
261
name : assets-version
262
262
continue-on-error : true
@@ -269,7 +269,7 @@ jobs:
269
269
continue-on-error : true
270
270
271
271
- name : Setup Node
272
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
272
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
273
273
with :
274
274
node-version-file : ' .nvmrc'
275
275
cache : npm
@@ -288,7 +288,7 @@ jobs:
288
288
PUPPETEER_SKIP_DOWNLOAD : true
289
289
290
290
- name : Install PHP dependencies
291
- uses : ramsey/composer-install@57532f8be5bda426838819c5ee9afb8af389d51a
291
+ uses : ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565
292
292
with :
293
293
composer-options : ' --prefer-dist --no-progress --no-interaction'
294
294
@@ -396,7 +396,7 @@ jobs:
396
396
mv build/*.zip build/release-assets/
397
397
398
398
- name : Upload artifacts
399
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
399
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
400
400
with :
401
401
name : release-assets
402
402
path : build/release-assets
@@ -416,7 +416,7 @@ jobs:
416
416
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
417
417
418
418
- name : Download release artifacts
419
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
419
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
420
420
with :
421
421
name : release-assets
422
422
path : build
@@ -455,7 +455,7 @@ jobs:
455
455
token : ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
456
456
457
457
- name : Setup Node
458
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
458
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
459
459
with :
460
460
node-version-file : ' .nvmrc'
461
461
cache : npm
@@ -505,7 +505,7 @@ jobs:
505
505
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
506
506
507
507
- name : Download release artifacts
508
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
508
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
509
509
with :
510
510
name : release-assets
511
511
path : release-assets
0 commit comments