Print that we are downloading codeql and it may take a while
This commit is contained in:
parent
68c6069f0b
commit
32eb1c4c34
3 changed files with 3 additions and 1 deletions
|
|
@ -227,6 +227,7 @@ export async function setupCodeQL(
|
|||
} else {
|
||||
logger.debug('Downloading CodeQL bundle without token.');
|
||||
}
|
||||
logger.info(`Downloading CodeQL tools from ${codeqlURL}. This may take a while.`);
|
||||
let codeqlPath = await toolcacheDownloadTool(codeqlURL, headers, tempDir, logger);
|
||||
logger.debug(`CodeQL bundle download to ${codeqlPath} complete.`);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue