File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v3
45+ uses : github/codeql-action/init@v4
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@v3
70+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ async function start() {
8989 console . log ( 'VS Code executable' , vscodeExecutablePath ) ;
9090 const launchArgs = baseLaunchArgs
9191 . concat ( [ workspacePath ] )
92- . concat ( channel === 'insiders' ? [ '--enable-proposed-api' ] : [ ] )
92+ . concat ( [ '--enable-proposed-api' ] )
9393 . concat ( [ '--timeout' , '5000' ] ) ;
9494 console . log ( `Starting vscode ${ channel } with args ${ launchArgs . join ( ' ' ) } ` ) ;
9595 const options : TestOptions = {
You can’t perform that action at this time.
0 commit comments