Remove support for CodeQL CLI versions older than 2.21.4#4285
Merged
Conversation
9719968 to
8864622
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes support for CodeQL CLI versions older than 2.21.4, updating the minimum supported version from 2.20.7.
Changes:
- Updated the minimum supported CLI version to 2.21.4
- Removed v2.20.7 from the list of supported CLI versions
- Added changelog entry documenting the change
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| extensions/ql-vscode/supported_cli_versions.json | Removed v2.20.7 from the list of supported CLI versions |
| extensions/ql-vscode/src/codeql-cli/cli.ts | Updated OLDEST_SUPPORTED_CLI_VERSION constant from 2.20.7 to 2.21.4 |
| extensions/ql-vscode/CHANGELOG.md | Added changelog entry for version support change, plus minor unrelated whitespace corrections |
Comments suppressed due to low confidence (1)
extensions/ql-vscode/CHANGELOG.md:200
- This spacing correction (removing an extra space after the period) appears to be unrelated to the PR's purpose of removing support for CodeQL CLI versions older than 2.21.4. While this is a minor formatting improvement, consider whether it should be included in this PR or addressed separately to keep the PR focused on a single change.
- No longer highlight trailing commas for jump to definition. [#2615](https://github.com/github/vscode-codeql/pull/2615)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
8864622 to
50e97aa
Compare
d10c
approved these changes
Feb 3, 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.