41
41
environment : Production
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
44
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
45
45
with :
46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
@@ -104,7 +104,7 @@ jobs:
104
104
needs : [checks]
105
105
steps :
106
106
- name : Harden Runner
107
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
107
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
108
108
with :
109
109
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
110
110
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
225
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
226
226
with :
227
227
name : assets-version
228
228
path : public/static/assets_version
@@ -245,7 +245,7 @@ jobs:
245
245
release_name : ${{ steps.release_branch.outputs.release_name }}
246
246
steps :
247
247
- name : Harden Runner
248
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
248
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
249
249
with :
250
250
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
251
251
@@ -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@fa0a91b85d4f404e444e00e005971372dc801d16
259
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
260
260
with :
261
261
name : assets-version
262
262
continue-on-error : true
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
399
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
400
400
with :
401
401
name : release-assets
402
402
path : build/release-assets
@@ -408,15 +408,15 @@ jobs:
408
408
needs : [build]
409
409
steps :
410
410
- name : Harden Runner
411
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
411
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
412
412
with :
413
413
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
414
414
415
415
- name : Checkout
416
416
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
417
417
418
418
- name : Download release artifacts
419
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
419
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
420
420
with :
421
421
name : release-assets
422
422
path : build
@@ -444,7 +444,7 @@ jobs:
444
444
if : ${{ ! startsWith(github.ref, 'refs/heads/release/') && ! contains(github.event.inputs.version, 'rc') }}
445
445
steps :
446
446
- name : Harden Runner
447
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
447
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
448
448
with :
449
449
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
450
450
@@ -500,12 +500,12 @@ jobs:
500
500
SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
501
501
steps :
502
502
- name : Harden Runner
503
- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
503
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
504
504
with :
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@fa0a91b85d4f404e444e00e005971372dc801d16
508
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
509
509
with :
510
510
name : release-assets
511
511
path : release-assets
0 commit comments