mirror of
https://github.com/github/codeql-action
synced 2026-05-25 15:00:36 +03:00
Downgrade log message from warning to debug level
This commit is contained in:
Generated
+1
-1
@@ -92218,7 +92218,7 @@ async function checkWorkflow(logger, codeql) {
|
||||
if (validateWorkflowResult === void 0) {
|
||||
logger.info("Detected no issues with the code scanning workflow.");
|
||||
} else {
|
||||
logger.warning(
|
||||
logger.debug(
|
||||
`Unable to validate code scanning workflow: ${validateWorkflowResult}`
|
||||
);
|
||||
}
|
||||
|
||||
+1
-1
@@ -486,7 +486,7 @@ export async function checkWorkflow(logger: Logger, codeql: CodeQL) {
|
||||
if (validateWorkflowResult === undefined) {
|
||||
logger.info("Detected no issues with the code scanning workflow.");
|
||||
} else {
|
||||
logger.warning(
|
||||
logger.debug(
|
||||
`Unable to validate code scanning workflow: ${validateWorkflowResult}`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user