File tree 7 files changed +8
-8
lines changed 7 files changed +8
-8
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
33
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
36
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
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 28
28
name : Run insight analysis
29
29
steps :
30
30
- name : " Harden Runner"
31
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
31
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
32
32
with :
33
33
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
34
34
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : " Harden Runner"
25
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
25
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
26
26
with :
27
27
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
28
28
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : " Harden Runner"
42
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
42
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
43
43
with :
44
44
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
45
45
Original file line number Diff line number Diff line change 39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : " Harden Runner"
42
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
42
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
43
43
with :
44
44
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
45
45
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : " Harden Runner"
26
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
26
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
27
27
with :
28
28
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
29
29
Original file line number Diff line number Diff line change 25
25
name : Update CoC insights handler for PR Close event
26
26
steps :
27
27
- name : " Harden Runner"
28
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8 .1
28
+ uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9 .1
29
29
with :
30
30
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
31
31
You can’t perform that action at this time.
0 commit comments