4141 environment : Production
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
44+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
4545 with :
4646 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4747
@@ -104,7 +104,7 @@ jobs:
104104 needs : [checks]
105105 steps :
106106 - name : Harden Runner
107- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
107+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
108108 with :
109109 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
110110
@@ -222,7 +222,7 @@ jobs:
222222 echo "" > assets_version/assets_version.txt
223223
224224 - name : Upload assets version
225- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
225+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
226226 with :
227227 name : assets-version
228228 path : public/static/assets_version
@@ -245,7 +245,7 @@ jobs:
245245 release_name : ${{ steps.release_branch.outputs.release_name }}
246246 steps :
247247 - name : Harden Runner
248- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
248+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
249249 with :
250250 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
251251
@@ -256,7 +256,7 @@ jobs:
256256 token : ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }}
257257
258258 - name : Download assets version
259- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
259+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
260260 with :
261261 name : assets-version
262262 continue-on-error : true
@@ -396,7 +396,7 @@ jobs:
396396 mv build/*.zip build/release-assets/
397397
398398 - name : Upload artifacts
399- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
399+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
400400 with :
401401 name : release-assets
402402 path : build/release-assets
@@ -408,15 +408,15 @@ jobs:
408408 needs : [build]
409409 steps :
410410 - name : Harden Runner
411- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
411+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
412412 with :
413413 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
414414
415415 - name : Checkout
416416 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
417417
418418 - name : Download release artifacts
419- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
419+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
420420 with :
421421 name : release-assets
422422 path : build
@@ -444,7 +444,7 @@ jobs:
444444 if : ${{ ! startsWith(github.ref, 'refs/heads/release/') && ! contains(github.event.inputs.version, 'rc') }}
445445 steps :
446446 - name : Harden Runner
447- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
447+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
448448 with :
449449 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
450450
@@ -500,12 +500,12 @@ jobs:
500500 SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
501501 steps :
502502 - name : Harden Runner
503- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
503+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
504504 with :
505505 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
506506
507507 - name : Download release artifacts
508- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
508+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
509509 with :
510510 name : release-assets
511511 path : release-assets
0 commit comments