File tree Expand file tree Collapse file tree 4 files changed +124
-131
lines changed Expand file tree Collapse file tree 4 files changed +124
-131
lines changed Original file line number Diff line number Diff line change 6262 run : yarn test
6363
6464 - name : Upload dist
65- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
65+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6666 with :
6767 name : dist
6868 path : |
@@ -113,13 +113,13 @@ jobs:
113113 cache : ' yarn'
114114
115115 - name : Download dist
116- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
116+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
117117 with :
118118 name : dist
119119 path : .
120120
121121 - name : Cache tools
122- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.6
122+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.6
123123 with :
124124 path : tools
125125 key : tools-${{ matrix.target }}-${{ github.head_ref || github.ref_name }}
@@ -137,7 +137,7 @@ jobs:
137137 yarn package --target ${{ matrix.target }}
138138
139139 - name : Upload package
140- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
140+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
141141 with :
142142 name : vsix-package-${{ matrix.target }}
143143 path : ./*.vsix
@@ -150,7 +150,7 @@ jobs:
150150 needs : package
151151 steps :
152152 - name : Download packages
153- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
153+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
154154 with :
155155 pattern : vsix-package-*
156156
Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ jobs:
3030
3131 - name : Initialize CodeQL
3232 id : initialize
33- uses : github/codeql-action/init@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 # v3.28.9
33+ uses : github/codeql-action/init@83923549f688e42b34d0b90ee94725f7c30532fc # v3.28.9
3434 with :
3535 queries : security-extended
3636 languages : TypeScript
3737 source-root : src
3838
3939 - name : Autobuild
4040 id : autobuild
41- uses : github/codeql-action/autobuild@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 # v3.28.9
41+ uses : github/codeql-action/autobuild@83923549f688e42b34d0b90ee94725f7c30532fc # v3.28.9
4242
4343 - name : Perform CodeQL Analysis
4444 id : analyze
45- uses : github/codeql-action/analyze@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 # v3.28.9
45+ uses : github/codeql-action/analyze@83923549f688e42b34d0b90ee94725f7c30532fc # v3.28.9
Original file line number Diff line number Diff line change 235235 "@types/vscode" : " ^1.63.0" ,
236236 "@types/yargs" : " ^17.0.33" ,
237237 "@types/yarnpkg__lockfile" : " ^1.1.9" ,
238- "@typescript-eslint/eslint-plugin" : " ^8.24.1 " ,
239- "@typescript-eslint/parser" : " ^8.24.1 " ,
238+ "@typescript-eslint/eslint-plugin" : " ^8.25.0 " ,
239+ "@typescript-eslint/parser" : " ^8.25.0 " ,
240240 "@vscode/vsce" : " ^3.2.2" ,
241241 "@yarnpkg/lockfile" : " ^1.1.0" ,
242- "eslint" : " ^9.20.1 " ,
242+ "eslint" : " ^9.21.0 " ,
243243 "extract-zip" : " ^2.0.1" ,
244244 "jest" : " ^29.7.0" ,
245245 "node-fetch" : " ^3.3.2" ,
246246 "octokit" : " ^4.1.2" ,
247247 "tempfile" : " ^5.0.0" ,
248248 "ts-command-line-args" : " ^2.5.1" ,
249- "ts-jest" : " 29.2.5 " ,
249+ "ts-jest" : " 29.2.6 " ,
250250 "ts-loader" : " ^9.5.2" ,
251251 "ts-node" : " ^10.9.2" ,
252- "type-fest" : " ^4.35 .0" ,
252+ "type-fest" : " ^4.36 .0" ,
253253 "typescript" : " ^5.4.5" ,
254- "typescript-eslint" : " 8.24.1 " ,
254+ "typescript-eslint" : " 8.25.0 " ,
255255 "vscode-uri" : " ^3.1.0" ,
256256 "webpack" : " ^5.98.0" ,
257257 "webpack-cli" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments