Merge pull request #169 from github/codeql_download_info
Print that we are downloading codeql and it may take a while
This commit is contained in:
commit
8c43427531
3 changed files with 3 additions and 1 deletions
1
lib/codeql.js
generated
1
lib/codeql.js
generated
|
|
@ -129,6 +129,7 @@ async function setupCodeQL(codeqlURL, githubAuth, githubUrl, tempDir, toolsDir,
|
|||
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.`);
|
||||
const codeqlExtracted = await toolcache.extractTar(codeqlPath);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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