3232 continue-on-error : ${{ matrix.rust == 'beta' }}
3333 steps :
3434 - name : Harden the runner (Audit all outbound calls)
35- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
35+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
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@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
64+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
6565 with :
6666 egress-policy : audit
6767
7272 with :
7373 toolchain : stable
7474 components : rustfmt, clippy
75- - uses : taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4
75+ - uses : taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0
7676 with :
7777 tool : cargo-hack
7878 - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
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@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
92+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
9393 with :
9494 egress-policy : audit
9595
@@ -100,7 +100,7 @@ jobs:
100100 # https://github.com/awslabs/cargo-check-external-types/releases
101101 toolchain : nightly-2025-05-04
102102 components : rustfmt
103- - uses : taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4
103+ - uses : taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0
104104 with :
105105106106 - name : external-type-check
@@ -114,7 +114,7 @@ jobs:
114114 continue-on-error : true
115115 steps :
116116 - name : Harden the runner (Audit all outbound calls)
117- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
117+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
118118 with :
119119 egress-policy : audit
120120
@@ -124,7 +124,7 @@ jobs:
124124 - uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
125125 with :
126126 toolchain : stable
127- - uses : taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4
127+ - uses : taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0
128128 with :
129129 tool : cargo-msrv
130130 - uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
@@ -137,29 +137,29 @@ jobs:
137137 continue-on-error : true # Prevent sudden announcement of a new advisory from failing ci
138138 steps :
139139 - name : Harden the runner (Audit all outbound calls)
140- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
140+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
141141 with :
142142 egress-policy : audit
143143
144144 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
145145
146146 - name : Check advisories
147- uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
147+ uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
148148 with :
149149 command : check advisories
150150
151151 - name : Check licenses
152- uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
152+ uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
153153 with :
154154 command : check licenses
155155
156156 - name : Check bans
157- uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
157+ uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
158158 with :
159159 command : check bans
160160
161161 - name : Check sources
162- uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
162+ uses : EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
163163 with :
164164 command : check sources
165165
@@ -168,7 +168,7 @@ jobs:
168168 runs-on : ubuntu-latest
169169 steps :
170170 - name : Harden the runner (Audit all outbound calls)
171- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
171+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
172172 with :
173173 egress-policy : audit
174174
@@ -191,7 +191,7 @@ jobs:
191191 if : ${{ ! contains(github.event.pull_request.labels.*.name, 'dependencies') }}
192192 steps :
193193 - name : Harden the runner (Audit all outbound calls)
194- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
194+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
195195 with :
196196 egress-policy : audit
197197
@@ -206,7 +206,7 @@ jobs:
206206 with :
207207 repo-token : ${{ secrets.GITHUB_TOKEN }}
208208 - name : Install cargo-llvm-cov
209- uses : taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4
209+ uses : taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0
210210 with :
211211 tool : cargo-llvm-cov
212212 - name : cargo generate-lockfile
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ubuntu-latest
245245 steps :
246246 - name : Harden the runner (Audit all outbound calls)
247- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
247+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
248248 with :
249249 egress-policy : audit
250250
@@ -254,7 +254,7 @@ jobs:
254254 - uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
255255 with :
256256 toolchain : stable
257- - uses : taiki-e/install-action@735e5933943122c5ac182670a935f54a949265c1 # v2.52.4
257+ - uses : taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0
258258 with :
259259 tool : cargo-machete
260260 - name : cargo machete
0 commit comments