File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : " Harden Runner"
33
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
33
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
34
34
with :
35
35
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
36
36
Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : " Harden Runner"
36
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
36
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
37
37
with :
38
38
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
39
39
- name : " Checkout"
Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : " Harden Runner"
35
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
35
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
36
36
with :
37
37
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
38
38
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : " Harden Runner"
27
- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
27
+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
28
28
with :
29
29
disable-sudo : true
30
30
egress-policy : block
You can’t perform that action at this time.
0 commit comments