File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
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@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v1
25
+ - uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v1
26
26
with :
27
27
allowed-endpoints :
28
28
api.github.com:443
Original file line number Diff line number Diff line change 16
16
pull-requests : write
17
17
steps :
18
18
- name : Harden Runner
19
- uses : step-security/harden-runner@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
19
+ uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0
20
20
with :
21
21
egress-policy : audit
22
22
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@6b3083af2869dc3314a0257a42f4af696cc79ba3
44
+ uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
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@6b3083af2869dc3314a0257a42f4af696cc79ba3
16
+ uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
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@6b3083af2869dc3314a0257a42f4af696cc79ba3
28
+ - uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
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@6b3083af2869dc3314a0257a42f4af696cc79ba3 # v2.3.1
19
+ uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.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