Skip to content

Remove support for CodeQL CLI versions older than 2.22.4#4344

Open
nickrolfe wants to merge 3 commits intomainfrom
nickrolfe/deprecate-cli-version
Open

Remove support for CodeQL CLI versions older than 2.22.4#4344
nickrolfe wants to merge 3 commits intomainfrom
nickrolfe/deprecate-cli-version

Conversation

@nickrolfe
Copy link
Copy Markdown
Contributor

No description provided.

@nickrolfe nickrolfe marked this pull request as ready for review March 27, 2026 11:43
@nickrolfe nickrolfe requested a review from a team as a code owner March 27, 2026 11:43
Copilot AI review requested due to automatic review settings March 27, 2026 11:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR raises the minimum supported CodeQL CLI version for the VS Code extension by dropping support for versions older than 2.22.4, aligning the extension’s runtime check and the supported-versions list.

Changes:

  • Removed v2.21.4 from supported_cli_versions.json.
  • Updated OLDEST_SUPPORTED_CLI_VERSION from 2.21.4 to 2.22.4.
  • Updated the UNRELEASED changelog entry (PR reference).

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 Drops v2.21.4 from the supported CLI list.
extensions/ql-vscode/src/codeql-cli/cli.ts Bumps the minimum supported CLI version constant to 2.22.4.
extensions/ql-vscode/CHANGELOG.md Updates the UNRELEASED entry (but currently has a version mismatch that needs correcting).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nickrolfe nickrolfe force-pushed the nickrolfe/deprecate-cli-version branch from 7e58779 to fdb7232 Compare March 27, 2026 12:26
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.

2 participants