File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
permissions :
23
23
contents : write
24
24
steps :
25
- - uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v1
25
+ - uses : step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57 # v1
26
26
with :
27
27
allowed-endpoints :
28
28
api.github.com:443
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
44
+ uses : step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
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 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Harden Runner
16
- uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518
16
+ uses : step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
17
17
with :
18
18
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
19
19
Original file line number Diff line number Diff line change 25
25
permissions :
26
26
contents : write
27
27
steps :
28
- - uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518
28
+ - uses : step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
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@c8454efe5d0bdefd25384362fe217428ca277d57 # v2.2 .0
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