Skip to content

Commit

Permalink
Merge pull request #2466 from github/v1.8.5
Browse files Browse the repository at this point in the history
v1.8.5
  • Loading branch information
norascheuch authored Jun 6, 2023
2 parents a98e31f + e612c8e commit 999b24a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion extensions/ql-vscode/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.2
v16.17.1
3 changes: 2 additions & 1 deletion extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# CodeQL for Visual Studio Code: Changelog

## [UNRELEASED]
## 1.8.5 - 6 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)
- Retry MRVA results download if connection times out. [#2440](https://github.com/github/vscode-codeql/pull/2440)

## 1.8.4 - 3 May 2023

Expand Down

0 comments on commit 999b24a

Please sign in to comment.