Remove support for CodeQL CLI versions older than 2.23.9#4448
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the VS Code CodeQL extension to drop support for older CodeQL CLI releases by raising the minimum supported CLI version and updating the tracked supported-version list and changelog entry accordingly.
Changes:
- Remove
v2.22.4from the extension’s supported CLI versions list. - Bump the minimum supported CLI version threshold used for “CLI too old” warnings.
- Update the extension changelog entry to reflect the support policy change.
Show a summary per file
| File | Description |
|---|---|
| extensions/ql-vscode/supported_cli_versions.json | Removes the previously-listed older CLI version (v2.22.4). |
| extensions/ql-vscode/src/codeql-cli/cli.ts | Updates the constant that defines the minimum supported CLI version used for warning logic. |
| extensions/ql-vscode/CHANGELOG.md | Updates the UNRELEASED entry describing the minimum supported CLI version policy. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Low
| * whether to show a warning about the CLI being too old on startup. | ||
| */ | ||
| export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.22.4"); | ||
| export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.23.9"); |
f7461a3 to
91544e7
Compare
kaspersv
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.