mirror of
https://github.com/github/codeql-action.git
synced 2025-12-06 07:48:17 +08:00
Downgrade log message from warning to debug level
This commit is contained in:
2
lib/init-action.js
generated
2
lib/init-action.js
generated
@@ -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}`
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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