Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update supported GitHub Enterprise Server versions#2859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

github-actions[bot]
Copy link
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.

@henrymercerhenrymercer marked this pull request as ready for reviewMay 14, 2025 16:13
@CopilotCopilotAI review requested due to automatic review settingsMay 14, 2025 16:13
@henrymercerhenrymercer requested a review froma team as acode ownerMay 14, 2025 16:13
Copy link
Contributor

@CopilotCopilotAI 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 updates the supported GitHub Enterprise Server (GHES) versions and bumps CodeQL minimum requirements across source, compiled artifacts, and documentation.

  • BumpCODEQL_NEXT_MINIMUM_VERSION,GHES_VERSION_MOST_RECENTLY_DEPRECATED, and deprecation date insrc/codeql.ts andlib/codeql.js.
  • UpdateminimumVersion inapi-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
FileDescription
src/codeql.tsUpdated CodeQL/GHES version constants
src/api-compatibility.jsonBumped minimum GHES API compatibility to 3.13
lib/codeql.jsMirrored version constant updates in compiled JS
lib/api-compatibility.jsonMirrored minimumVersion bump in compiled JSON
README.mdRefreshed 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 | |

Copy link
Contributor

@oscarsjoscarsj left a comment

Choose a reason for hiding this comment

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

Looks plausible, thought I did not double check the versions - if that's required I'd need help on how

@henrymercerhenrymercer merged commit83bdf3b intomainMay 14, 2025
271 checks passed
@henrymercerhenrymercer deleted the update-supported-enterprise-server-versions branchMay 14, 2025 18:15
@github-actionsgithub-actionsbot mentioned this pull requestMay 16, 2025
8 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@oscarsjoscarsjoscarsj approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@oscarsj@henrymercer

[8]ページ先頭

©2009-2025 Movatter.jp