mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 07:40:10 +08: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
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;
|
||||
|
||||
Reference in New Issue
Block a user