4141 environment : Production
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2
44+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
107+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@330a01c490aca151604b8cf639adc76d48f6c5d4
225+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
248+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
259+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
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@330a01c490aca151604b8cf639adc76d48f6c5d4
399+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
411+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
412412 with :
413413 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
414414
415415 - name : Checkout
416416 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
417417
418418 - name : Download release artifacts
419- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
419+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
447+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@df199fb7be9f65074067a9eb93f12bb4c5547cf2
503+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
508+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
509509 with :
510510 name : release-assets
511511 path : release-assets
0 commit comments