41
41
environment : Production
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
44
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f
107
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
225
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
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@0080882f6c36860b6ba35c610c98ce87d4e2f26f
248
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
249
249
with :
250
250
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
251
251
@@ -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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
399
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
400
400
with :
401
401
name : release-assets
402
402
path : build/release-assets
@@ -408,7 +408,7 @@ jobs:
408
408
needs : [build]
409
409
steps :
410
410
- name : Harden Runner
411
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
411
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
412
412
with :
413
413
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
414
414
@@ -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@0080882f6c36860b6ba35c610c98ce87d4e2f26f
447
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
448
448
with :
449
449
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
450
450
@@ -500,7 +500,7 @@ jobs:
500
500
SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
501
501
steps :
502
502
- name : Harden Runner
503
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
503
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
504
504
with :
505
505
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
506
506
0 commit comments