File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed 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@c8454efe5d0bdefd25384362fe217428ca277d57
13
+ uses : step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
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 41
41
42
42
steps :
43
43
- name : Harden Runner
44
- uses : step-security/harden-runner@c8454efe5d0bdefd25384362fe217428ca277d57
44
+ uses : step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
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@c8454efe5d0bdefd25384362fe217428ca277d57
15
+ uses : step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
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@c8454efe5d0bdefd25384362fe217428ca277d57
15
+ uses : step-security/harden-runner@1f99358870fe1c846a3ccba386cc2b2246836776
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