Skip to content

Commit 65297ef

Browse files
authored
Update link to deprecation changelog
1 parent 84d6ead commit 65297ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload-lib.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async function combineSarifFilesUsingCLI(
172172
? "and will be removed in GitHub Enterprise Server 3.18"
173173
: "and will be removed on June 4, 2025";
174174
const deprecationMoreInformationMessage =
175-
"For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-deprecation-notice";
175+
"For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload";
176176

177177
if (!areAllRunsProducedByCodeQL(sarifObjects)) {
178178
logger.debug(

0 commit comments

Comments
 (0)