Skip to content

Commit 003308c

Browse files
authored
Merge branch 'main' into pyocd-update
2 parents 14d2bb8 + ff005c3 commit 003308c

File tree

8 files changed

+485
-460
lines changed

8 files changed

+485
-460
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: [ubuntu-latest]
3030
steps:
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
32+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
3333
with:
3434
egress-policy: audit
3535

@@ -126,7 +126,7 @@ jobs:
126126
- darwin-arm64
127127
steps:
128128
- name: Harden the runner (Audit all outbound calls)
129-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
129+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
130130
with:
131131
egress-policy: audit
132132

@@ -179,7 +179,7 @@ jobs:
179179
contents: write # for softprops/action-gh-release to create a GitHub release
180180
steps:
181181
- name: Harden the runner (Audit all outbound calls)
182-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
182+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
183183
with:
184184
egress-policy: audit
185185

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Harden the runner (Audit all outbound calls)
34-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
34+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
3535
with:
3636
egress-policy: audit
3737

@@ -41,16 +41,16 @@ jobs:
4141

4242
- name: Initialize CodeQL
4343
id: initialize
44-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
44+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
52+
uses: github/codeql-action/autobuild@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
5353

5454
- name: Perform CodeQL Analysis
5555
id: analyze
56-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
56+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)
15-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
15+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
1616
with:
1717
egress-policy: audit
1818

.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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
25+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2626
with:
2727
egress-policy: audit
2828

@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Harden the runner (Audit all outbound calls)
52-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
52+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
5353
with:
5454
egress-policy: audit
5555

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
36+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
3737
with:
3838
egress-policy: audit
3939

@@ -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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
80+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Harden the runner (Audit all outbound calls)
30-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
30+
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
3131
with:
3232
egress-policy: audit
3333

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,19 @@
106106
},
107107
"devDependencies": {
108108
"@types/jest": "^30.0.0",
109-
"@types/node": "^20.19.1",
109+
"@types/node": "^20.19.4",
110110
"@types/node-fetch": "^2.6.12",
111111
"@types/vscode": "^1.63.0",
112112
"@types/yargs": "^17.0.33",
113113
"@types/yarnpkg__lockfile": "^1.1.9",
114114
"@typescript-eslint/eslint-plugin": "^8.33.1",
115-
"@typescript-eslint/parser": "^8.34.0",
116-
"@vscode/vsce": "^3.5.0",
115+
"@typescript-eslint/parser": "^8.35.1",
116+
"@vscode/vsce": "^3.6.0",
117117
"@yarnpkg/lockfile": "^1.1.0",
118-
"eslint": "^9.29.0",
118+
"eslint": "^9.30.1",
119119
"extract-zip": "^2.0.1",
120120
"globby": "^14.1.0",
121-
"jest": "^30.0.2",
121+
"jest": "^30.0.4",
122122
"markdownlint-cli": "^0.45.0",
123123
"markdown-link-check": "^3.13.7",
124124
"node-fetch": "^3.3.2",
@@ -130,7 +130,7 @@
130130
"ts-node": "^10.9.2",
131131
"type-fest": "^4.41.0",
132132
"typescript": "^5.8.3",
133-
"typescript-eslint": "8.34.1",
133+
"typescript-eslint": "8.35.1",
134134
"vscode-uri": "^3.1.0",
135135
"webpack": "^5.99.9",
136136
"webpack-cli": "^6.0.1",

0 commit comments

Comments
 (0)