FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update supported GitHub Enterprise Server versions by github-actions[bot] · Pull Request #3539 · github/codeql-action · GitHub

Update supported GitHub Enterprise Server versions - #3539

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

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

Conversation

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

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 marked this pull request as ready for review March 4, 2026 10:40
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 Bot added the size/XS Should be very easy to review label Mar 4, 2026
henrymercer enabled auto-merge March 4, 2026 10:40

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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"}

Copilot AI Mar 4, 2026

Copy link

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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 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 deleted the update-supported-enterprise-server-versions branch March 4, 2026 11:22
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

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL