Skip to content

Remove support for CodeQL CLI versions older than 2.23.9#4448

Merged
nickrolfe merged 1 commit into
mainfrom
nickrolfe/old-version-cleanup
Jul 10, 2026
Merged

Remove support for CodeQL CLI versions older than 2.23.9#4448
nickrolfe merged 1 commit into
mainfrom
nickrolfe/old-version-cleanup

Conversation

@nickrolfe

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings July 10, 2026 08:39
@nickrolfe nickrolfe requested a review from a team as a code owner July 10, 2026 08:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.4 from 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");
@nickrolfe nickrolfe force-pushed the nickrolfe/old-version-cleanup branch from f7461a3 to 91544e7 Compare July 10, 2026 08:45
@nickrolfe nickrolfe changed the title Remove support for CodeQL CLI versions older than 2.23.4 Remove support for CodeQL CLI versions older than 2.23.9 Jul 10, 2026
@nickrolfe nickrolfe merged commit b522d25 into main Jul 10, 2026
32 checks passed
@nickrolfe nickrolfe deleted the nickrolfe/old-version-cleanup branch July 10, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants