5252
5353 steps :
5454 - name : Harden the runner (Audit all outbound calls)
55- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
55+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
5656 with :
5757 egress-policy : audit
5858
6262 fetch-depth : 0
6363 submodules : true
6464
65- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
65+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
6666 env :
6767 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 with :
@@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Publish coverage report to QLTY
159159 if : github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux'
160- uses : qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v1
160+ uses : qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
161161 with :
162162 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
163163 files : coverage/lcov.info
@@ -179,13 +179,13 @@ jobs:
179179 packages : read
180180 steps :
181181 - name : Harden the runner (Audit all outbound calls)
182- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
182+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
183183 with :
184184 egress-policy : audit
185185
186186 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
187187
188- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
188+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
189189 env :
190190 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
191191 with :
@@ -194,7 +194,7 @@ jobs:
194194 package-manager-cache : false
195195
196196 - name : Download dist
197- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
197+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
198198 with :
199199 name : dist
200200 path : .
@@ -211,7 +211,7 @@ jobs:
211211 - name : Upload package
212212 uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
213213 with :
214- name : vsix-package -${{ matrix.target }}
214+ name : vscode-cmsis-debugger -${{ matrix.target }}
215215 path : ./*.vsix
216216 retention-days : 1
217217
@@ -237,13 +237,13 @@ jobs:
237237 packages : read
238238 steps :
239239 - name : Harden the runner (Audit all outbound calls)
240- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
240+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
241241 with :
242242 egress-policy : audit
243243
244244 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
245245
246- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
246+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
247247 env :
248248 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
249249 with :
@@ -256,9 +256,9 @@ jobs:
256256 yarn --frozen-lockfile --ignore-scripts --prefer-offline
257257
258258 - name : Download vsix package
259- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
259+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
260260 with :
261- pattern : vsix-package -${{ matrix.target }}
261+ pattern : vscode-cmsis-debugger -${{ matrix.target }}
262262
263263 - name : Validate VSIX contents
264264 shell : bash
@@ -276,23 +276,23 @@ jobs:
276276 contents : write # for softprops/action-gh-release to create a GitHub release
277277 steps :
278278 - name : Harden the runner (Audit all outbound calls)
279- uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15 .0
279+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
280280 with :
281281 egress-policy : audit
282282
283283 - name : Download packages
284- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
284+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
285285 with :
286- pattern : vsix-package -*
286+ pattern : vscode-cmsis-debugger -*
287287
288288 - name : Download coverage report
289- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
289+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
290290 with :
291291 pattern : test-coverage
292292 path : test-coverage # Required for single-match patterns by actions/download-artifact >= v5
293293
294294 - name : Download test report
295- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
295+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
296296 with :
297297 pattern : test-report-linux
298298 path : test-report-linux # Required for single-match patterns by actions/download-artifact >= v5
0 commit comments