File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
44
+ uses : step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
45
45
with :
46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Harden Runner
20
- uses : step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
20
+ uses : step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
21
21
with :
22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Harden Runner
34
- uses : step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
34
+ uses : step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
35
35
with :
36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
You can’t perform that action at this time.
0 commit comments