Add log message

This commit is contained in:
Henry Mercer
2025-09-22 12:54:19 +02:00
parent 67427c612a
commit 39be66afb0
6 changed files with 18 additions and 0 deletions

View File

@@ -339,6 +339,9 @@ export async function getCodeQLSource(
toolsInput !== undefined &&
CODEQL_NIGHTLY_TOOLS_INPUTS.includes(toolsInput)
) {
logger.info(
`Using the latest CodeQL CLI nightly, as requested by 'tools: ${toolsInput}'.`,
);
toolsInput = await getNightlyToolsUrl(logger);
}