Skip to content

Commit 64c5040

Browse files
authored
Merge branch 'main' into main
2 parents efdc84e + a5a7c71 commit 64c5040

File tree

8 files changed

+149
-156
lines changed

8 files changed

+149
-156
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
egress-policy: audit
4848

4949
- run: git config --global core.autocrlf false
50-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5151
with:
5252
fetch-depth: 0
5353
submodules: true
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Publish coverage report to QLTY
149149
if: github.repository_owner == 'Open-CMSIS-Pack' && runner.os == 'Linux'
150-
uses: qltysh/qlty-action/coverage@f13b3559771beedd11e68b03d49512f3c21a75ba # v1
150+
uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v1
151151
with:
152152
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
153153
files: coverage/lcov.info
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
egress-policy: audit
175175

176-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
177177

178178
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
179179
env:
@@ -185,13 +185,13 @@ jobs:
185185
cache: 'yarn'
186186

187187
- name: Download dist
188-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
188+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
189189
with:
190190
name: dist
191191
path: .
192192

193193
- name: Cache tools
194-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.6
194+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.6
195195
with:
196196
path: tools
197197
key: tools-${{ matrix.target }}-${{ github.head_ref || github.ref_name }}
@@ -229,17 +229,17 @@ jobs:
229229
egress-policy: audit
230230

231231
- name: Download packages
232-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
232+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
233233
with:
234234
pattern: vsix-package-*
235235

236236
- name: Download coverage report
237-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
237+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
238238
with:
239239
pattern: test-coverage
240240

241241
- name: Download test report
242-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
242+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
243243
with:
244244
pattern: test-report-linux
245245

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ jobs:
3737

3838
- name: Checkout
3939
id: checkout
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4141

4242
- name: Initialize CodeQL
4343
id: initialize
44-
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
44+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
4545
with:
4646
queries: security-extended
4747
languages: TypeScript
4848
source-root: src
4949

5050
- name: Autobuild
5151
id: autobuild
52-
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
52+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
5353

5454
- name: Perform CodeQL Analysis
5555
id: analyze
56-
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
56+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
egress-policy: audit
1818

1919
- name: 'Checkout Repository'
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2121

2222
- name: 'Dependency Review'
2323
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1

.github/workflows/markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit
2828

2929
- name: Checkout vscode-cmsis-debugger
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3131
with:
3232
ref: ${{ github.head_ref }}
3333

@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
egress-policy: audit
5555

56-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5757
with:
5858
ref: ${{ github.head_ref }}
5959

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit
3939

4040
- name: "Checkout code"
41-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4242
with:
4343
persist-credentials: false
4444

@@ -77,6 +77,6 @@ jobs:
7777
# Upload the results to GitHub's code scanning dashboard (optional).
7878
# Commenting out will disable the upload of results to your repo's Code Scanning dashboard
7979
- name: "Upload to code-scanning"
80-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
80+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
8181
with:
8282
sarif_file: results.sarif

.github/workflows/tpip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
egress-policy: audit
3535

36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3737
with:
3838
ref: ${{ github.head_ref }}
3939

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,22 +141,22 @@
141141
"@types/fs-extra": "^11.0.4",
142142
"@types/jest": "^30.0.0",
143143
"@types/minimist": "^1.2.5",
144-
"@types/node": "^20.19.9",
144+
"@types/node": "^20.19.11",
145145
"@types/node-fetch": "^2.6.13",
146146
"@types/vscode": "^1.63.0",
147147
"@types/yargs": "^17.0.33",
148148
"@types/yarnpkg__lockfile": "^1.1.9",
149-
"@typescript-eslint/eslint-plugin": "^8.39.0",
150-
"@typescript-eslint/parser": "^8.39.0",
149+
"@typescript-eslint/eslint-plugin": "^8.41.0",
150+
"@typescript-eslint/parser": "^8.41.0",
151151
"@vscode/debugprotocol": "^1.68.0",
152152
"@vscode/vsce": "^3.6.0",
153153
"@yarnpkg/lockfile": "^1.1.0",
154-
"eslint": "^9.32.0",
154+
"eslint": "^9.34.0",
155155
"eslint-plugin-security": "^3.0.1",
156156
"extract-zip": "^2.0.1",
157157
"fast-extract": "^1.7.2",
158158
"file-type": "^21.0.0",
159-
"fs-extra": "^11.3.0",
159+
"fs-extra": "^11.3.1",
160160
"glob": "^11.0.3",
161161
"globby": "^14.1.0",
162162
"jest": "^30.0.5",
@@ -172,12 +172,12 @@
172172
"ts-jest": "29.4.1",
173173
"ts-loader": "^9.5.2",
174174
"ts-node": "^10.9.2",
175-
"tsx": "^4.20.3",
175+
"tsx": "^4.20.5",
176176
"type-fest": "^4.41.0",
177-
"typescript": "^5.8.3",
178-
"typescript-eslint": "8.39.0",
177+
"typescript": "^5.9.2",
178+
"typescript-eslint": "8.41.0",
179179
"vscode-uri": "^3.1.0",
180-
"webpack": "^5.101.0",
180+
"webpack": "^5.101.3",
181181
"webpack-cli": "^6.0.1",
182182
"yargs": "^18.0.0"
183183
},

0 commit comments

Comments
 (0)