File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Harden the runner (Audit all outbound calls)
16
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
16
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
17
17
with :
18
18
egress-policy : audit
19
19
Original file line number Diff line number Diff line change 23
23
PRERELEASE : " ${{ github.event.inputs.prerelease }}"
24
24
steps :
25
25
- name : Harden the runner (Audit all outbound calls)
26
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
26
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
27
27
with :
28
28
egress-policy : audit
29
29
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Harden the runner (Audit all outbound calls)
15
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
15
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
16
16
with :
17
17
egress-policy : audit
18
18
32
32
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
33
33
steps :
34
34
- name : Harden the runner (Audit all outbound calls)
35
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
35
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
36
36
with :
37
37
egress-policy : audit
38
38
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Harden the runner (Audit all outbound calls)
14
- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
14
+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
15
15
with :
16
16
egress-policy : audit
17
17
You can’t perform that action at this time.
0 commit comments