Change log levels

This commit is contained in:
Koen Vlaswinkel 2024-03-25 10:08:50 +01:00
parent a0a63a2dd4
commit 3c4b8bc120
3 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@ async function combineSarifFilesUsingCLI(
}
if (!areAllRunsProducedByCodeQL(sarifFiles)) {
logger.warning(
logger.debug(
"Not all SARIF files were produced by CodeQL. Merging files in the action.",
);
@ -116,7 +116,7 @@ async function combineSarifFilesUsingCLI(
codeQL = await getCodeQL(config.codeQLCmd);
tempDir = config.tempDir;
} else {
logger.warning(
logger.info(
"Initializing CodeQL since the 'init' Action was not called before this step.",
);