Skip to content

Commit 999b24a

Browse files
authored
Merge pull request #2466 from github/v1.8.5
v1.8.5
2 parents a98e31f + e612c8e commit 999b24a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: '16.14.2'
25+
node-version: '16.17.1'
2626
cache: 'npm'
2727
cache-dependency-path: extensions/ql-vscode/package-lock.json
2828

@@ -80,7 +80,7 @@ jobs:
8080

8181
- uses: actions/setup-node@v3
8282
with:
83-
node-version: '16.14.2'
83+
node-version: '16.17.1'
8484
cache: 'npm'
8585
cache-dependency-path: extensions/ql-vscode/package-lock.json
8686

@@ -124,7 +124,7 @@ jobs:
124124

125125
- uses: actions/setup-node@v3
126126
with:
127-
node-version: '16.14.2'
127+
node-version: '16.17.1'
128128
cache: 'npm'
129129
cache-dependency-path: extensions/ql-vscode/package-lock.json
130130

@@ -158,7 +158,7 @@ jobs:
158158

159159
- uses: actions/setup-node@v3
160160
with:
161-
node-version: '16.14.2'
161+
node-version: '16.17.1'
162162
cache: 'npm'
163163
cache-dependency-path: extensions/ql-vscode/package-lock.json
164164

@@ -225,7 +225,7 @@ jobs:
225225

226226
- uses: actions/setup-node@v3
227227
with:
228-
node-version: '16.14.2'
228+
node-version: '16.17.1'
229229
cache: 'npm'
230230
cache-dependency-path: extensions/ql-vscode/package-lock.json
231231

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: '16.14.2'
25+
node-version: '16.17.1'
2626

2727
- name: Install dependencies
2828
run: |

extensions/ql-vscode/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.14.2
1+
v16.17.1

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# CodeQL for Visual Studio Code: Changelog
22

3-
## [UNRELEASED]
3+
## 1.8.5 - 6 June 2023
44

55
- 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)
66
- Fix bug to ensure error messages have complete stack trace in message logs. [#2425](https://github.com/github/vscode-codeql/pull/2425)
77
- 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)
88
- 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)
99
- Add warning when using unsupported CodeQL CLI version. [#2428](https://github.com/github/vscode-codeql/pull/2428)
10+
- Retry MRVA results download if connection times out. [#2440](https://github.com/github/vscode-codeql/pull/2440)
1011

1112
## 1.8.4 - 3 May 2023
1213

0 commit comments

Comments
 (0)