Print that we are downloading codeql and it may take a while

This commit is contained in:
Robert Brignull 2020-09-02 18:02:49 +01:00
Родитель 68c6069f0b
Коммит 32eb1c4c34
3 изменённых файлов: 3 добавлений и 1 удалений

1
lib/codeql.js сгенерированный
Просмотреть файл

@ -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);

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -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.`);