Skip to content

Update supported GitHub Enterprise Server versions#3539

Merged
henrymercer merged 1 commit intomainfrom
update-supported-enterprise-server-versions
Mar 4, 2026
Merged

Update supported GitHub Enterprise Server versions#3539
henrymercer merged 1 commit intomainfrom
update-supported-enterprise-server-versions

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 4, 2026

This PR updates the list of supported GitHub Enterprise Server versions, either because a new version is about to be feature frozen, or because an old release has been deprecated.

If an old release has been deprecated, please follow the instructions in CONTRIBUTING.md to deprecate the corresponding version of CodeQL.

@henrymercer henrymercer marked this pull request as ready for review March 4, 2026 10:40
@henrymercer henrymercer requested a review from a team as a code owner March 4, 2026 10:40
Copilot AI review requested due to automatic review settings March 4, 2026 10:40
@github-actions github-actions bot added the size/XS Should be very easy to review label Mar 4, 2026
@henrymercer henrymercer enabled auto-merge March 4, 2026 10:40
Copy link
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

Updates the CodeQL Action’s GitHub Enterprise Server (GHES) API compatibility upper bound to include the next GHES minor release, ensuring version-range checks and warnings align with newly supported servers.

Changes:

  • Bump src/api-compatibility.json maximumVersion from 3.20 to 3.21.
  • Regenerate compiled lib/**.js artifacts to reflect the updated compatibility constant.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/api-compatibility.json Updates the GHES API compatibility maximum version used by runtime version-range checks.
lib/upload-sarif-action-post.js Generated output reflecting the updated compatibility constant.
lib/start-proxy-action-post.js Generated output reflecting the updated compatibility constant.
lib/setup-codeql-action.js Generated output reflecting the updated compatibility constant.
lib/resolve-environment-action.js Generated output reflecting the updated compatibility constant.
lib/init-action.js Generated output reflecting the updated compatibility constant.
lib/init-action-post.js Generated output reflecting the updated compatibility constant.
lib/autobuild-action.js Generated output reflecting the updated compatibility constant.
lib/analyze-action-post.js Generated output reflecting the updated compatibility constant.

@@ -1 +1 @@
{"maximumVersion": "3.20", "minimumVersion": "3.14"}
{"maximumVersion": "3.21", "minimumVersion": "3.14"}
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

The GHES compatibility range is being updated here to 3.21, but the README compatibility matrix still lists Enterprise Server 3.20 as the newest supported version. Please update README.md’s “Supported versions of the CodeQL Bundle on GitHub Enterprise Server” table to include/update the 3.21 entry so user-facing docs match the supported range enforced by this file.

Copilot uses AI. Check for mistakes.
@henrymercer henrymercer added this pull request to the merge queue Mar 4, 2026
Merged via the queue into main with commit 335f08c Mar 4, 2026
241 checks passed
@henrymercer henrymercer deleted the update-supported-enterprise-server-versions branch March 4, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants