File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 contents : read
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
17+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
1818 with :
1919 egress-policy : audit # change to 'egress-policy: block' after couple of runs
2020
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 image-slug : ${{ steps.slugify-image.outputs.slug }}
117117 steps :
118118 - name : Harden Runner
119- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
119+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
120120 with :
121121 egress-policy : audit # change to 'egress-policy: block' after couple of runs
122122
@@ -326,7 +326,7 @@ jobs:
326326 packages : write
327327 steps :
328328 - name : Harden Runner
329- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
329+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
330330 with :
331331 egress-policy : audit # change to 'egress-policy: block' after couple of runs
332332
@@ -359,7 +359,7 @@ jobs:
359359 packages : write
360360 steps :
361361 - name : Harden Runner
362- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
362+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
363363 with :
364364 egress-policy : audit # change to 'egress-policy: block' after couple of runs
365365
Original file line number Diff line number Diff line change 6969 pull-requests : write
7070 steps :
7171 - name : Harden Runner
72- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
72+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
7373 with :
7474 egress-policy : audit # change to 'egress-policy: block' after couple of runs
7575
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939 issues : write
4040 steps :
4141 - name : Harden Runner
42- uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
42+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
4343 with :
4444 egress-policy : audit # change to 'egress-policy: block' after couple of runs
4545
46- - uses : actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
46+ - uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
4747 id : app-token
4848 if : ${{ inputs.use-app-token }}
4949 with :
You can’t perform that action at this time.
0 commit comments