3535 if : github.event_name == 'pull_request'
3636 steps :
3737 - name : Harden the runner (Audit all outbound calls)
38- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
38+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
3939 with :
4040 egress-policy : audit
4141
7676 runs-on : ubuntu-latest
7777 steps :
7878 - name : Harden the runner (Audit all outbound calls)
79- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
79+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
8080 with :
8181 egress-policy : audit
8282
9999 RUSTFLAGS : " -C codegen-units=16 -C link-arg=-fuse-ld=mold"
100100 steps :
101101 - name : Harden the runner (Audit all outbound calls)
102- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
102+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
103103 with :
104104 egress-policy : audit
105105
@@ -132,7 +132,7 @@ jobs:
132132 RUSTFLAGS : " -C codegen-units=16 -C link-arg=-fuse-ld=mold"
133133 steps :
134134 - name : Harden the runner (Audit all outbound calls)
135- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
135+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
136136 with :
137137 egress-policy : audit
138138
@@ -148,7 +148,7 @@ jobs:
148148 sudo apt-get install -y -qq mold protobuf-compiler
149149
150150 - name : Install cargo-udeps
151- uses : taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
151+ uses : taiki-e/install-action@a57ddfbcd928cf9406a78dcc300dacc5d367a547 # v2.68.31
152152 with :
153153 tool : cargo-udeps
154154 env :
@@ -170,7 +170,7 @@ jobs:
170170 RUSTFLAGS : " -C codegen-units=16 -C link-arg=-fuse-ld=mold"
171171 steps :
172172 - name : Harden the runner (Audit all outbound calls)
173- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
173+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
174174 with :
175175 egress-policy : audit
176176
@@ -212,7 +212,7 @@ jobs:
212212 name : macOS Apple Silicon
213213 steps :
214214 - name : Harden the runner (Audit all outbound calls)
215- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
215+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
216216 with :
217217 egress-policy : audit
218218
@@ -233,7 +233,7 @@ jobs:
233233 run : brew install protobuf
234234
235235 - name : Install cargo-nextest
236- uses : taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
236+ uses : taiki-e/install-action@a57ddfbcd928cf9406a78dcc300dacc5d367a547 # v2.68.31
237237 with :
238238 tool : cargo-nextest
239239 env :
@@ -263,7 +263,7 @@ jobs:
263263 RUSTFLAGS : " -C codegen-units=16 -C link-arg=-fuse-ld=mold"
264264 steps :
265265 - name : Harden the runner (Audit all outbound calls)
266- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
266+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
267267 with :
268268 egress-policy : audit
269269
@@ -281,7 +281,7 @@ jobs:
281281 sudo apt-get install -y -qq mold protobuf-compiler
282282
283283 - name : Install cargo-llvm-cov
284- uses : taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
284+ uses : taiki-e/install-action@a57ddfbcd928cf9406a78dcc300dacc5d367a547 # v2.68.31
285285 with :
286286 tool : cargo-llvm-cov
287287 env :
@@ -313,7 +313,7 @@ jobs:
313313 RUSTFLAGS : " -C codegen-units=16 -C link-arg=-fuse-ld=mold"
314314 steps :
315315 - name : Harden the runner (Audit all outbound calls)
316- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
316+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
317317 with :
318318 egress-policy : audit
319319
@@ -346,7 +346,7 @@ jobs:
346346 if : always()
347347 steps :
348348 - name : Harden the runner (Audit all outbound calls)
349- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
349+ uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
350350 with :
351351 egress-policy : audit
352352
0 commit comments