3232 continue-on-error : ${{ matrix.rust == 'beta' }}
3333 steps :
3434 - 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
3636 with :
3737 egress-policy : audit
3838
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Harden the runner (Audit all outbound calls)
64- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
64+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
6565 with :
6666 egress-policy : audit
6767
8989 runs-on : ubuntu-latest # TODO: Check if this could be covered for Windows. The step used currently fails on Windows.
9090 steps :
9191 - name : Harden the runner (Audit all outbound calls)
92- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
92+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
9393 with :
9494 egress-policy : audit
9595
@@ -112,7 +112,7 @@ jobs:
112112 continue-on-error : true
113113 steps :
114114 - name : Harden the runner (Audit all outbound calls)
115- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
115+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
116116 with :
117117 egress-policy : audit
118118
@@ -132,7 +132,7 @@ jobs:
132132 continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
133133 steps :
134134 - name : Harden the runner (Audit all outbound calls)
135- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
135+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
136136 with :
137137 egress-policy : audit
138138
@@ -163,7 +163,7 @@ jobs:
163163 runs-on : ubuntu-latest
164164 steps :
165165 - name : Harden the runner (Audit all outbound calls)
166- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
166+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
167167 with :
168168 egress-policy : audit
169169
@@ -186,7 +186,7 @@ jobs:
186186 if : ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
187187 steps :
188188 - name : Harden the runner (Audit all outbound calls)
189- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
189+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
190190 with :
191191 egress-policy : audit
192192
@@ -218,7 +218,7 @@ jobs:
218218 runs-on : ubuntu-latest
219219 steps :
220220 - name : Harden the runner (Audit all outbound calls)
221- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
221+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
222222 with :
223223 egress-policy : audit
224224
0 commit comments