Fix swapped log levels

This commit is contained in:
Michael B. Gale
2025-10-10 14:42:09 +01:00
parent dc2ced8385
commit 4704ab1869
6 changed files with 12 additions and 12 deletions

View File

@@ -385,11 +385,11 @@ export async function getCodeQLSource(
);
} else {
if (allowToolcacheValueFF) {
logger.info(
logger.warning(
`Ignoring 'tools: ${toolsInput}' because the workflow was not triggered dynamically.`,
);
} else {
logger.warning(
logger.info(
`Ignoring 'tools: ${toolsInput}' because the feature is not enabled.`,
);
}