We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d6ead commit 65297efCopy full SHA for 65297ef
src/upload-lib.ts
@@ -172,7 +172,7 @@ async function combineSarifFilesUsingCLI(
172
? "and will be removed in GitHub Enterprise Server 3.18"
173
: "and will be removed on June 4, 2025";
174
const deprecationMoreInformationMessage =
175
- "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";
176
177
if (!areAllRunsProducedByCodeQL(sarifObjects)) {
178
logger.debug(
0 commit comments