2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
30+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
3131 with :
3232 egress-policy : audit
3333
5151
5252 steps :
5353 - name : Harden the runner (Audit all outbound calls)
54- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
54+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
5555 with :
5656 egress-policy : audit
5757
6262 fetch-depth : 0
6363
6464 - name : Setup Node
65- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
65+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
6666 env :
6767 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 with :
@@ -180,42 +180,42 @@ jobs:
180180 run : npm run package -- --target darwin-arm64
181181
182182 - name : Upload win32-x64 VSIX package
183- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
183+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
184184 with :
185185 name : vscode-cmsis-solution-nightly-win32-x64
186186 path : ./*win32-x64*.vsix
187187 retention-days : 1
188188
189189 - name : Upload win32-arm64 VSIX package
190- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
190+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
191191 with :
192192 name : vscode-cmsis-solution-nightly-win32-arm64
193193 path : ./*win32-arm64*.vsix
194194 retention-days : 1
195195
196196 - name : Upload linux-x64 VSIX package
197- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
197+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
198198 with :
199199 name : vscode-cmsis-solution-nightly-linux-x64
200200 path : ./*linux-x64*.vsix
201201 retention-days : 1
202202
203203 - name : Upload linux-arm64 VSIX package
204- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
204+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
205205 with :
206206 name : vscode-cmsis-solution-nightly-linux-arm64
207207 path : ./*linux-arm64*.vsix
208208 retention-days : 1
209209
210210 - name : Upload darwin-x64 VSIX package
211- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
211+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
212212 with :
213213 name : vscode-cmsis-solution-nightly-darwin-x64
214214 path : ./*darwin-x64*.vsix
215215 retention-days : 1
216216
217217 - name : Upload darwin-arm64 VSIX package
218- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
218+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
219219 with :
220220 name : vscode-cmsis-solution-nightly-darwin-arm64
221221 path : ./*darwin-arm64*.vsix
@@ -231,7 +231,7 @@ jobs:
231231 actions : read
232232 steps :
233233 - name : Harden the runner (Audit all outbound calls)
234- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
234+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
235235 with :
236236 egress-policy : audit
237237
@@ -242,7 +242,7 @@ jobs:
242242 fetch-depth : 0
243243
244244 - name : Setup Node
245- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
245+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
246246 env :
247247 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
248248 with :
@@ -265,15 +265,15 @@ jobs:
265265 name : vscode-cmsis-solution-nightly-win32-x64
266266
267267 - name : Setup Node
268- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
268+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
269269 env :
270270 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
271271 with :
272272 node-version : ' 24'
273273 package-manager-cache : false
274274
275275 - name : Setup vcpkg environment
276- uses : ARM-software/cmsis-actions/vcpkg@afc8e1a46fad8a5e1a08f8477b71050d442f60a7 # v1.1
276+ uses : ARM-software/cmsis-actions/vcpkg@1ab1da03e6e9787dc903bcf041ba541e59b5739f # v1.2
277277 with :
278278 config : ' ./src/e2e-tests/vcpkg-configuration.json'
279279
@@ -297,14 +297,14 @@ jobs:
297297
298298 - name : Upload HTML report
299299 if : always() && steps.tests.conclusion != 'skipped'
300- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
300+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
301301 with :
302302 name : e2e-report
303303 path : e2e-report
304304
305305 - name : Upload Screenshots
306306 if : always() && steps.tests.conclusion != 'skipped'
307- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
307+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
308308 with :
309309 name : e2e-screenshots
310310 path : e2e-screenshots
0 commit comments