Skip to content

Commit ca5b2c2

Browse files
authored
Merge branch 'main' into copilot-instructions
2 parents e16af5e + 641ca5f commit ca5b2c2

8 files changed

Lines changed: 42 additions & 42 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Harden the runner (Audit all outbound calls)
44-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
44+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
4545
with:
4646
egress-policy: audit
4747

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)
15-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
15+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
1616
with:
1717
egress-policy: audit
1818

1919
- name: 'Checkout Repository'
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: 'Dependency Review'
23-
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
23+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

.github/workflows/markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
25+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2626
with:
2727
egress-policy: audit
2828

@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Harden the runner (Audit all outbound calls)
50-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
50+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
5151
with:
5252
egress-policy: audit
5353

.github/workflows/nightly.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Harden the runner (Audit all outbound calls)
35-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
35+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3636
with:
3737
egress-policy: audit
3838

@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343
submodules: true
4444

45-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
45+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
with:
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Publish coverage report to QLTY
115115
if: github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux'
116-
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v1
116+
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
117117
with:
118118
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
119119
files: coverage/lcov.info
@@ -136,13 +136,13 @@ jobs:
136136
actions: read # For fetching workflow artifacts with 'download-tools --nightly'
137137
steps:
138138
- name: Harden the runner (Audit all outbound calls)
139-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
139+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
140140
with:
141141
egress-policy: audit
142142

143143
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
144144

145-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
145+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
146146
env:
147147
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
148148
with:
@@ -151,7 +151,7 @@ jobs:
151151
package-manager-cache: false
152152

153153
- name: Download dist
154-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
154+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
155155
with:
156156
name: dist
157157
path: .
@@ -170,7 +170,7 @@ jobs:
170170
- name: Upload package
171171
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
172172
with:
173-
name: vsix-package-${{ matrix.target }}
173+
name: vscode-cmsis-debugger-nightly-${{ matrix.target }}
174174
path: ./*.vsix
175175
retention-days: 1
176176

@@ -196,13 +196,13 @@ jobs:
196196
packages: read
197197
steps:
198198
- name: Harden the runner (Audit all outbound calls)
199-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
199+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
200200
with:
201201
egress-policy: audit
202202

203203
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
204204

205-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
205+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
206206
env:
207207
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208208
with:
@@ -215,9 +215,9 @@ jobs:
215215
yarn --frozen-lockfile --ignore-scripts --prefer-offline
216216
217217
- name: Download vsix package
218-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
218+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
219219
with:
220-
pattern: vsix-package-${{ matrix.target }}
220+
pattern: vscode-cmsis-debugger-nightly-${{ matrix.target }}
221221

222222
- name: Validate VSIX contents
223223
shell: bash

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Harden Runner
39-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
39+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
4040
with:
4141
egress-policy: audit
4242

.github/workflows/tpip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Harden the runner (Audit all outbound calls)
35-
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
35+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3636
with:
3737
egress-policy: audit
3838

3939
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
ref: ${{ github.head_ref }}
4242

43-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
43+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
with:
47-
node-version: '20'
47+
node-version-file: package.json
4848
registry-url: https://npm.pkg.github.com
4949
package-manager-cache: false
5050

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3992,9 +3992,9 @@ flat@^5.0.2:
39923992
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
39933993

39943994
flatted@^3.2.9:
3995-
version "3.3.2"
3996-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz"
3997-
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
3995+
version "3.4.1"
3996+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.1.tgz#84ccd9579e76e9cc0d246c11d8be0beb019143e6"
3997+
integrity sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==
39983998

39993999
foreground-child@^3.1.0, foreground-child@^3.3.1:
40004000
version "3.3.1"
@@ -7639,9 +7639,9 @@ undici-types@~6.21.0:
76397639
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
76407640

76417641
undici@^6.19.5:
7642-
version "6.23.0"
7643-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.23.0.tgz#7953087744d9095a96f115de3140ca3828aff3a4"
7644-
integrity sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==
7642+
version "6.24.1"
7643+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.24.1.tgz#9df1425cede20b836d95634347946f79578b7e71"
7644+
integrity sha512-sC+b0tB1whOCzbtlx20fx3WgCXwkW627p4EA9uM+/tNNPkSS+eSEld6pAs9nDv7WbY1UUljBMYPtu9BCOrCWKA==
76457645

76467646
unicorn-magic@^0.1.0:
76477647
version "0.1.0"

0 commit comments

Comments
 (0)