This commit is contained in:
Nora
2023-06-01 11:41:24 +00:00
parent a7a24fc0e9
commit cc9fb826b3
4 changed files with 10 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '16.17.1'
cache: 'npm'
cache-dependency-path: extensions/ql-vscode/package-lock.json
@@ -80,7 +80,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '16.17.1'
cache: 'npm'
cache-dependency-path: extensions/ql-vscode/package-lock.json
@@ -124,7 +124,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '16.17.1'
cache: 'npm'
cache-dependency-path: extensions/ql-vscode/package-lock.json
@@ -158,7 +158,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '16.17.1'
cache: 'npm'
cache-dependency-path: extensions/ql-vscode/package-lock.json
@@ -225,7 +225,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '16.17.1'
cache: 'npm'
cache-dependency-path: extensions/ql-vscode/package-lock.json

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.14.2'
node-version: '16.17.1'
- name: Install dependencies
run: |

View File

@@ -1 +1 @@
v16.14.2
v16.17.1

View File

@@ -1,12 +1,14 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.8.5 - 1 June 2023
- Add settings `codeQL.variantAnalysis.defaultResultsFilter` and `codeQL.variantAnalysis.defaultResultsSort` for configuring how variant analysis results are filtered and sorted in the results view. The default is to show all repositories, and to sort by the number of results. [#2392](https://github.com/github/vscode-codeql/pull/2392)
- Fix bug to ensure error messages have complete stack trace in message logs. [#2425](https://github.com/github/vscode-codeql/pull/2425)
- Fix bug where the `CodeQL: Compare Query` command did not work for comparing quick-eval queries. [#2422](https://github.com/github/vscode-codeql/pull/2422)
- Update text of copy and export buttons in variant analysis results view to clarify that they only copy/export the selected/filtered results. [#2427](https://github.com/github/vscode-codeql/pull/2427)
- Add warning when using unsupported CodeQL CLI version. [#2428](https://github.com/github/vscode-codeql/pull/2428)
- Add repositories to a variant analysis list with GitHub Code Search. [#2439](https://github.com/github/vscode-codeql/pull/2439)
- Retry MRVA results download if connection times out. [#2440](https://github.com/github/vscode-codeql/pull/2440)
## 1.8.4 - 3 May 2023