mirror of
https://github.com/github/codeql-action
synced 2026-05-31 00:00:46 +03:00
[SYNC] Sync files in lib/ as requested by CI check that is failing
This commit is contained in:
committed by
Fotis Koutoulakis
parent
998a4c720d
commit
4522b08a7e
Generated
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user