File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
44
+ uses : step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
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 12
12
runs-on : ${{ matrix.os }}
13
13
steps :
14
14
- name : Harden Runner
15
- uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6
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
You can’t perform that action at this time.
0 commit comments