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

3
lib/upload-lib.js generated
View File

@@ -89998,6 +89998,9 @@ async function getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, varian
let tagName;
let url2;
if (toolsInput !== void 0 && CODEQL_NIGHTLY_TOOLS_INPUTS.includes(toolsInput)) {
logger.info(
`Using the latest CodeQL CLI nightly, as requested by 'tools: ${toolsInput}'.`
);
toolsInput = await getNightlyToolsUrl(logger);
}
if (forceShippedTools) {