File tree 3 files changed +3
-3
lines changed
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@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0
44
+ uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.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 25
25
name : releaseNewActionVersion
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518
28
+ - uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
29
29
with :
30
30
allowed-endpoints :
31
31
api.github.com:443
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0
19
+ uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
20
20
with :
21
21
disable-sudo : true
22
22
egress-policy : block
You can’t perform that action at this time.
0 commit comments