File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : [ubuntu-latest]
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
28+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
2929 with :
3030 egress-policy : audit
3131
@@ -122,7 +122,7 @@ jobs:
122122 - darwin-arm64
123123 steps :
124124 - name : Harden the runner (Audit all outbound calls)
125- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
125+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
126126 with :
127127 egress-policy : audit
128128
@@ -175,7 +175,7 @@ jobs:
175175 contents : write # for softprops/action-gh-release to create a GitHub release
176176 steps :
177177 - name : Harden the runner (Audit all outbound calls)
178- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
178+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
179179 with :
180180 egress-policy : audit
181181
@@ -185,6 +185,6 @@ jobs:
185185 pattern : vsix-package-*
186186
187187 - name : Attach packages
188- uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2 .2
188+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3 .2
189189 with :
190190 files : " **/*.vsix"
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
30+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
3131 with :
3232 egress-policy : audit
3333
@@ -37,16 +37,16 @@ jobs:
3737
3838 - name : Initialize CodeQL
3939 id : initialize
40- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
40+ uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4141 with :
4242 queries : security-extended
4343 languages : TypeScript
4444 source-root : src
4545
4646 - name : Autobuild
4747 id : autobuild
48- uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
48+ uses : github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4949
5050 - name : Perform CodeQL Analysis
5151 id : analyze
52- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
52+ uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Harden the runner (Audit all outbound calls)
12- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
12+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
1313 with :
1414 egress-policy : audit
1515
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
25+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
2626 with :
2727 egress-policy : audit
2828
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Harden the runner (Audit all outbound calls)
50- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
50+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
5151 with :
5252 egress-policy : audit
5353
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
34+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
3535 with :
3636 egress-policy : audit
3737
7575 # Upload the results to GitHub's code scanning dashboard (optional).
7676 # Commenting out will disable the upload of results to your repo's Code Scanning dashboard
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
78+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
7979 with :
8080 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
30+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
3131 with :
3232 egress-policy : audit
3333
Original file line number Diff line number Diff line change 234234 },
235235 "devDependencies" : {
236236 "@types/jest" : " ^29.5.14" ,
237- "@types/node" : " ^20.17.57 " ,
237+ "@types/node" : " ^20.19.0 " ,
238238 "@types/node-fetch" : " ^2.6.12" ,
239239 "@types/vscode" : " ^1.63.0" ,
240240 "@types/yargs" : " ^17.0.33" ,
241241 "@types/yarnpkg__lockfile" : " ^1.1.9" ,
242- "@typescript-eslint/eslint-plugin" : " ^8.32 .1" ,
243- "@typescript-eslint/parser" : " ^8.33 .0" ,
244- "@vscode/vsce" : " ^3.4.2 " ,
242+ "@typescript-eslint/eslint-plugin" : " ^8.33 .1" ,
243+ "@typescript-eslint/parser" : " ^8.34 .0" ,
244+ "@vscode/vsce" : " ^3.5.0 " ,
245245 "@yarnpkg/lockfile" : " ^1.1.0" ,
246- "eslint" : " ^9.28 .0" ,
246+ "eslint" : " ^9.29 .0" ,
247247 "extract-zip" : " ^2.0.1" ,
248248 "globby" : " ^14.1.0" ,
249249 "jest" : " ^29.7.0" ,
253253 "octokit" : " ^5.0.3" ,
254254 "tempfile" : " ^5.0.0" ,
255255 "ts-command-line-args" : " ^2.5.1" ,
256- "ts-jest" : " 29.3.4 " ,
256+ "ts-jest" : " 29.4.0 " ,
257257 "ts-loader" : " ^9.5.2" ,
258258 "ts-node" : " ^10.9.2" ,
259259 "type-fest" : " ^4.41.0" ,
260260 "typescript" : " ^5.8.3" ,
261- "typescript-eslint" : " 8.33.0 " ,
261+ "typescript-eslint" : " 8.33.1 " ,
262262 "vscode-uri" : " ^3.1.0" ,
263263 "webpack" : " ^5.99.9" ,
264264 "webpack-cli" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments