Skip to content

Commit 49839a1

Browse files
authored
Remove support for CodeQL CLI versions older than v2.18.4 (#3895)
* Remove support for CodeQL CLI versions older than v2.18.4 * Update CHANGELOG
1 parent bda74b8 commit 49839a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- Remove support for CodeQL CLI versions older than 2.18.4. [#3895](https://github.com/github/vscode-codeql/pull/3895)
6+
57
## 1.7.0 - 20 December 2024
68

79
- Add a palette command that allows importing all databases directly inside of a parent folder. [#3797](https://github.com/github/vscode-codeql/pull/3797)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ function shouldDebugCliServer() {
19041904
export class CliVersionConstraint {
19051905
// The oldest version of the CLI that we support. This is used to determine
19061906
// whether to show a warning about the CLI being too old on startup.
1907-
public static OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.16.6");
1907+
public static OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.18.4");
19081908

19091909
constructor(private readonly cli: CodeQLCliServer) {
19101910
/**/

extensions/ql-vscode/supported_cli_versions.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"v2.19.4",
44
"v2.19.3",
55
"v2.18.4",
6-
"v2.17.6",
7-
"v2.16.6",
86
"nightly"
97
]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy