Update CodeQL deprecation message

This commit is contained in:
Koen Vlaswinkel
2024-05-02 14:02:42 +02:00
parent 3a471a06fa
commit 5d274be858
3 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ async function combineSarifFilesUsingCLI(
)
) {
logger.warning(
`Uploading multiple CodeQL runs with the same category is deprecated ${deprecationWarningMessage}. Please update your CodeQL CLI version or update your workflow to set a distinct category for each CodeQL run. ${deprecationMoreInformationMessage}`,
`Uploading multiple CodeQL runs with the same category is deprecated ${deprecationWarningMessage} for CodeQL CLI 2.16.6 and earlier. Please update your CodeQL CLI version or update your workflow to set a distinct category for each CodeQL run. ${deprecationMoreInformationMessage}`,
);
core.exportVariable("CODEQL_MERGE_SARIF_DEPRECATION_WARNING", "true");
}