Add logging for CodeQL CLI Version and add tests to the logger for it.
This commit is contained in:
parent
cbe408dfc9
commit
cff15d7117
6 changed files with 32 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue