Add logging for CodeQL CLI Version and add tests to the logger for it.

This commit is contained in:
Fotis Koutoulakis (@NlightNFotis) 2024-05-08 16:19:37 +01:00 committed by Fotis Koutoulakis
parent cbe408dfc9
commit cff15d7117
6 changed files with 32 additions and 3 deletions

View file

@ -692,6 +692,8 @@ export async function setupCodeQLBundle(
logger,
);
logger.info("Using CodeQL CLI version " + source.toolsVersion + " from " + source.sourceType + ".");
let codeqlFolder: string;
let toolsVersion = source.toolsVersion;
let toolsDownloadDurationMs: number | undefined;