Update supported GitHub Enterprise Server versions#3837
Open
github-actions[bot] wants to merge 3 commits intomainfrom
Open
Update supported GitHub Enterprise Server versions#3837github-actions[bot] wants to merge 3 commits intomainfrom
github-actions[bot] wants to merge 3 commits intomainfrom
Conversation
EjaihLyricLaStrange
approved these changes
Apr 17, 2026
af2800f to
0a63608
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CodeQL Action metadata and documentation to reflect the newly supported/deprecated GitHub Enterprise Server (GHES) versions, and aligns the upcoming CodeQL CLI deprecation warning with that change.
Changes:
- Bump the “next minimum” CodeQL CLI version used for upcoming deprecation warnings and update the “most recently deprecated” GHES version/date.
- Update the GHES API compatibility minimum version range.
- Extend docs/changelog to reflect the new GHES version support and upcoming CodeQL CLI deprecation warning.
Show a summary per file
| File | Description |
|---|---|
| src/codeql.ts | Updates the next-minimum CodeQL version and the most recently deprecated GHES version/date used in the deprecation warning. |
| src/api-compatibility.json | Raises minimum compatible GHES version to 3.16 (max remains 3.21). |
| README.md | Adds GHES 3.21 row to the GHES compatibility table. |
| CHANGELOG.md | Adds an unreleased note about the upcoming deprecation warning for CodeQL ≤ 2.19.3. |
| lib/upload-sarif-action.js | Generated lib output reflecting the src/codeql.ts constant updates. |
| lib/upload-sarif-action-post.js | Generated lib output reflecting the src/api-compatibility.json min version bump. |
| lib/upload-lib.js | Generated lib output reflecting the src/codeql.ts constant updates. |
| lib/start-proxy-action-post.js | Generated lib output reflecting the src/api-compatibility.json min version bump. |
| lib/setup-codeql-action.js | Generated lib output reflecting the src/codeql.ts and src/api-compatibility.json updates. |
| lib/resolve-environment-action.js | Generated lib output reflecting the src/codeql.ts and src/api-compatibility.json updates. |
| lib/init-action.js | Generated lib output reflecting the src/codeql.ts and src/api-compatibility.json updates. |
| lib/init-action-post.js | Generated lib output reflecting the src/codeql.ts and src/api-compatibility.json updates. |
| lib/autobuild-action.js | Generated lib output reflecting the src/codeql.ts and src/api-compatibility.json updates. |
| lib/analyze-action.js | Generated lib output reflecting the src/codeql.ts constant updates. |
| lib/analyze-action-post.js | Generated lib output reflecting the src/codeql.ts and src/api-compatibility.json updates. |
Copilot's findings
- Files reviewed: 4/15 changed files
- Comments generated: 0
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.
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.