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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
33
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
36
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
31
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
25
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
42
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
42
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
26
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
28
+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
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