Update supported GitHub Enterprise Server versions#2859
Merged
henrymercer merged 4 commits intomainfrom May 14, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the supported GitHub Enterprise Server (GHES) versions and bumps CodeQL minimum requirements across source, compiled artifacts, and documentation.
- Bump
CODEQL_NEXT_MINIMUM_VERSION,GHES_VERSION_MOST_RECENTLY_DEPRECATED, and deprecation date insrc/codeql.tsandlib/codeql.js. - Update
minimumVersioninapi-compatibility.json(source and lib) from 3.12 to 3.13. - Refresh the README table of supported GHES versions and matching Action/Bundle versions.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/codeql.ts | Updated CodeQL/GHES version constants |
| src/api-compatibility.json | Bumped minimum GHES API compatibility to 3.13 |
| lib/codeql.js | Mirrored version constant updates in compiled JS |
| lib/api-compatibility.json | Mirrored minimumVersion bump in compiled JSON |
| README.md | Refreshed table with new Action/Bundle and GHES entries |
Comments suppressed due to low confidence (3)
src/codeql.ts:288
- Consider centralizing version constants in a single module or configuration file to avoid having to update both the TypeScript source and its compiled JavaScript duplicate.
const CODEQL_NEXT_MINIMUM_VERSION = "2.16.6";
lib/codeql.js:81
- Since this value is duplicated from the TypeScript source, centralizing would eliminate manual sync and reduce risk of mismatches.
const CODEQL_NEXT_MINIMUM_VERSION = "2.16.6";
README.md:75
- [nitpick] The same Action and Bundle versions are repeated for multiple GHES releases; consider combining rows (e.g., "3.13–3.16") to reduce duplication and improve table readability.
| `v3.28.6` | `2.20.3` | Enterprise Server 3.15 | |
oscarsj
approved these changes
May 14, 2025
Member
oscarsj
left a comment
There was a problem hiding this comment.
Looks plausible, thought I did not double check the versions - if that's required I'd need help on how
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.