3333 continue-on-error : ${{ matrix.rust == 'beta' }}
3434 steps :
3535 - name : Harden the runner (Audit all outbound calls)
36- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
36+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
3737 with :
3838 egress-policy : audit
3939
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Harden the runner (Audit all outbound calls)
58- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
58+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
5959 with :
6060 egress-policy : audit
6161
8383 runs-on : ubuntu-latest # TODO: Check if this could be covered for Windows. The step used currently fails on Windows.
8484 steps :
8585 - name : Harden the runner (Audit all outbound calls)
86- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
86+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
8787 with :
8888 egress-policy : audit
8989
@@ -108,7 +108,7 @@ jobs:
108108 continue-on-error : true
109109 steps :
110110 - name : Harden the runner (Audit all outbound calls)
111- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
111+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
112112 with :
113113 egress-policy : audit
114114
@@ -131,7 +131,7 @@ jobs:
131131 continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
132132 steps :
133133 - name : Harden the runner (Audit all outbound calls)
134- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
134+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
135135 with :
136136 egress-policy : audit
137137
@@ -162,7 +162,7 @@ jobs:
162162 runs-on : ubuntu-latest
163163 steps :
164164 - name : Harden the runner (Audit all outbound calls)
165- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
165+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
166166 with :
167167 egress-policy : audit
168168
@@ -185,7 +185,7 @@ jobs:
185185 if : ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
186186 steps :
187187 - name : Harden the runner (Audit all outbound calls)
188- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
188+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
189189 with :
190190 egress-policy : audit
191191
@@ -238,7 +238,7 @@ jobs:
238238 runs-on : ubuntu-latest
239239 steps :
240240 - name : Harden the runner (Audit all outbound calls)
241- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
241+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
242242 with :
243243 egress-policy : audit
244244
0 commit comments