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

[DO NOT MERGE] v3.28.20 by koesie10 · Pull Request #2976 · github/codeql-action · GitHub

[DO NOT MERGE] v3.28.20 - #2976

Closed
koesie10 wants to merge 6 commits into
mainfrom
v3.28.20
Closed

[DO NOT MERGE] v3.28.20#2976
koesie10 wants to merge 6 commits into
mainfrom
v3.28.20

Conversation

Copy link
Copy Markdown
Member

This is a PR to review changes for the v3.28.20 backport release. It is based on v3.28.18 since that is the version that's currently scheduled to be released in GHES 3.18. v3.28.19 will not be included in GHES 3.18.

This includes changes from these PRs:

koesie10 marked this pull request as ready for review July 21, 2025 09:33
Copilot AI review requested due to automatic review settings July 21, 2025 09:33
koesie10 requested a review from a team as a code owner July 21, 2025 09:33

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

This PR implements version 3.28.20 of the CodeQL Action, which adds functionality to disable combining SARIF files from a single upload for GHES 3.18 and later versions. The changes introduce a new feature flag system for controlling this behavior and update version-checking logic to handle pre-release versions correctly.

Key changes:

  • Adds a new utility function satisfiesGHESVersion for improved GHES version comparison that handles pre-release versions
  • Introduces the DisableCombineSarifFiles feature flag and corresponding logic to block SARIF file combining when appropriate
  • Updates deprecation timeline from "June 4, 2025" to "July 2025" for removing SARIF combining support

Reviewed Changes

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

Show a summary per file
File Description
src/util.ts Adds satisfiesGHESVersion utility function for enhanced GHES version comparison
src/upload-lib.ts Implements SARIF combining restrictions with new feature flag and error handling
src/upload-lib.test.ts Adds comprehensive tests for the new SARIF combining restrictions
src/feature-flags.ts Defines the new DisableCombineSarifFiles feature flag configuration
package.json Updates version from 3.28.18 to 3.28.20
CHANGELOG.md Documents the removal of SARIF combining support for GHES 3.18
Comments suppressed due to low confidence (1)

src/util.ts:1143

  • The parameter name ghesVersion in the function signature doesn't match the JSDoc description which refers to githubVersion. Consider renaming the parameter to githubVersion for consistency.
export function satisfiesGHESVersion(

Comment thread src/upload-lib.ts

mbg left a comment

Copy link
Copy Markdown
Member

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

This seems fine to me. You should be good to tag this and create a release based on that tag as planned.

Copy link
Copy Markdown
Member Author

This release has been published: https://github.com/github/codeql-action/releases/tag/v3.28.20

koesie10 closed this Jul 21, 2025
koesie10 deleted the v3.28.20 branch July 21, 2025 11:37
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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL