5252
5353 steps :
5454 - name : Harden the runner (Audit all outbound calls)
55- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
55+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
5656 with :
5757 egress-policy : audit
5858
6262 fetch-depth : 0
6363 submodules : true
6464
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 :
@@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Upload dist
135135 if : runner.os == 'Linux'
136- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
136+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137 with :
138138 name : dist
139139 path : |
@@ -154,13 +154,13 @@ jobs:
154154 git commit -m "Update CHANGELOG.md after release [skip ci]"
155155 git push
156156
157- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
157+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
158158 if : runner.os == 'Linux'
159159 with :
160160 name : test-coverage
161161 path : ./coverage
162162
163- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
163+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
164164 with :
165165 name : test-report-${{ matrix.target }}
166166 path : ./test-report.html
@@ -189,7 +189,7 @@ jobs:
189189 packages : read
190190 steps :
191191 - name : Harden the runner (Audit all outbound calls)
192- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
192+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
193193 with :
194194 egress-policy : audit
195195
@@ -198,7 +198,7 @@ jobs:
198198
199199 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
200200
201- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
201+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
202202 env :
203203 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
204204 with :
@@ -222,7 +222,7 @@ jobs:
222222 npm run package -- --target ${{ matrix.target }}
223223
224224 - name : Upload package
225- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
225+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
226226 with :
227227 name : vscode-cmsis-debugger-${{ matrix.target }}
228228 path : ./*.vsix
@@ -250,7 +250,7 @@ jobs:
250250 packages : read
251251 steps :
252252 - name : Harden the runner (Audit all outbound calls)
253- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
253+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
254254 with :
255255 egress-policy : audit
256256
@@ -259,7 +259,7 @@ jobs:
259259
260260 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
261261
262- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
262+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
263263 env :
264264 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
265265 with :
@@ -291,7 +291,7 @@ jobs:
291291 contents : write # for softprops/action-gh-release to create a GitHub release
292292 steps :
293293 - name : Harden the runner (Audit all outbound calls)
294- uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
294+ uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19 .0
295295 with :
296296 egress-policy : audit
297297
@@ -321,7 +321,7 @@ jobs:
321321 working-directory : test-coverage
322322
323323 - name : Attach packages
324- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
324+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
325325 with :
326326 files : |
327327 **/*.vsix
0 commit comments