File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
# Checkout the repository to the GitHub Actions runner
32
32
- name : Harden Runner
33
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
33
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Harden Runner
13
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
13
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
14
14
with :
15
15
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
16
16
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Harden Runner
45
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
45
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
46
46
with :
47
47
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
48
48
Original file line number Diff line number Diff line change 12
12
runs-on : ${{ matrix.os }}
13
13
steps :
14
14
- name : Harden Runner
15
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
15
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
16
16
with :
17
17
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
18
18
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Harden Runner
15
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
15
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
16
16
with :
17
17
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
18
18
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Harden Runner
27
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
27
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
28
28
with :
29
29
# egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
30
30
egress-policy : block
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
26
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
27
27
with :
28
28
egress-policy : block
29
29
allowed-endpoints : >
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Harden Runner
26
- uses : step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969
26
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
27
27
with :
28
28
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
29
29
You can’t perform that action at this time.
0 commit comments