File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 62
62
runs-on : ${{ matrix.os }}
63
63
steps :
64
64
- name : Harden Runner
65
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
65
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
66
66
with :
67
67
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
68
68
Original file line number Diff line number Diff line change 43
43
runs-on : ${{ matrix.os }}
44
44
steps :
45
45
- name : Harden Runner
46
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
46
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
47
47
with :
48
48
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
49
49
Original file line number Diff line number Diff line change 33
33
BUNDLE_PATH : vendor/bundle
34
34
steps :
35
35
- name : Harden Runner
36
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
36
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
37
37
with :
38
38
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
39
39
Original file line number Diff line number Diff line change 53
53
dist-bundles : Dist_Bundles_JDK${{ matrix.java }}_${{ matrix.os }}
54
54
steps :
55
55
- name : Harden Runner
56
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
56
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
57
57
with :
58
58
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
59
59
96
96
runs-on : ${{ matrix.os }}
97
97
steps :
98
98
- name : Harden Runner
99
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
99
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
100
100
with :
101
101
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
102
102
Original file line number Diff line number Diff line change 21
21
runs-on : ' ubuntu-latest'
22
22
steps :
23
23
- name : Harden Runner
24
- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481
24
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
25
25
with :
26
26
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
27
27
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@4d991eb9b905ef189e4c376166672c3f2f230481
33
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
34
34
with :
35
35
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
36
36
You can’t perform that action at this time.
0 commit comments