Skip to content

Commit 91544e7

Browse files
committed
Remove CLI v2.22.4 from list of supported versions
1 parent 1b45199 commit 91544e7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

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

33
## [UNRELEASED]
44

5-
- Remove support for CodeQL CLI versions older than 2.22.4. [#4344](https://github.com/github/vscode-codeql/pull/4344)
5+
- Remove support for CodeQL CLI versions older than 2.23.9. [#4448](https://github.com/github/vscode-codeql/pull/4448)
66
- Added support for selection-based result filtering via a checkbox in the result viewer. When enabled, only results from the currently-viewed file are shown. Additionally, if the editor selection is non-empty, only results within the selection range are shown. [#4362](https://github.com/github/vscode-codeql/pull/4362)
77
- Added a new "CodeQL: Go to File in Selected Database" command that allows you to open a file from the source archive of the currently selected database. [#4390](https://github.com/github/vscode-codeql/pull/4390)
88

extensions/ql-vscode/src/codeql-cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import type { LanguageClient } from "vscode-languageclient/node";
4545
* The oldest version of the CLI that we support. This is used to determine
4646
* whether to show a warning about the CLI being too old on startup.
4747
*/
48-
export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.22.4");
48+
export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.23.9");
4949

5050
/**
5151
* The version of the SARIF format that we are using.

extensions/ql-vscode/supported_cli_versions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"v2.25.6",
44
"v2.24.3",
55
"v2.23.9",
6-
"v2.22.4",
76
"nightly"
87
]

0 commit comments

Comments
 (0)