Skip to content

Commit

Permalink
Update link to deprecation changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogario committed May 6, 2024
1 parent 84d6ead commit 65297ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload-lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async function combineSarifFilesUsingCLI(
? "and will be removed in GitHub Enterprise Server 3.18"
: "and will be removed on June 4, 2025";
const deprecationMoreInformationMessage =
"For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-deprecation-notice";
"For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload";

if (!areAllRunsProducedByCodeQL(sarifObjects)) {
logger.debug(
Expand Down

0 comments on commit 65297ef

Please sign in to comment.