[SYNC] Sync files in lib/ as requested by CI check that is failing
This commit is contained in:
parent
998a4c720d
commit
4522b08a7e
4 changed files with 4 additions and 6 deletions
2
lib/setup-codeql.js
generated
2
lib/setup-codeql.js
generated
|
|
@ -496,7 +496,7 @@ function getCanonicalToolcacheVersion(cliVersion, bundleVersion, logger) {
|
|||
*/
|
||||
async function setupCodeQLBundle(toolsInput, apiDetails, tempDir, variant, defaultCliVersion, logger) {
|
||||
const source = await getCodeQLSource(toolsInput, defaultCliVersion, apiDetails, variant, logger);
|
||||
logger.info("Using CodeQL CLI version " + source.toolsVersion + " from " + source.sourceType + ".");
|
||||
logger.info(`Using CodeQL CLI version ${source.toolsVersion} from ${source.sourceType}.`);
|
||||
let codeqlFolder;
|
||||
let toolsVersion = source.toolsVersion;
|
||||
let toolsDownloadDurationMs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue