Merge branch 'main' into use-cache-cleanup-flag
This commit is contained in:
commit
878047babe
22 changed files with 327 additions and 42 deletions
1
lib/codeql.js
generated
1
lib/codeql.js
generated
|
|
@ -125,6 +125,7 @@ const CODEQL_VERSION_CACHE_CLEANUP = "2.17.1";
|
|||
async function setupCodeQL(toolsInput, apiDetails, tempDir, variant, defaultCliVersion, logger, checkVersion) {
|
||||
try {
|
||||
const { codeqlFolder, toolsDownloadStatusReport, toolsSource, toolsVersion, } = await setupCodeql.setupCodeQLBundle(toolsInput, apiDetails, tempDir, variant, defaultCliVersion, logger);
|
||||
logger.debug(`Bundle download status report: ${JSON.stringify(toolsDownloadStatusReport)}`);
|
||||
let codeqlCmd = path.join(codeqlFolder, "codeql", "codeql");
|
||||
if (process.platform === "win32") {
|
||||
codeqlCmd += ".exe";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue