mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Revert changes
This commit is contained in:
Generated
+2
-8
@@ -510,13 +510,7 @@ async function getCodeQLForCmd(cmd, checkVersion) {
|
||||
"-Dhttp.keepAlive=false",
|
||||
"-Dmaven.wagon.http.pool=false",
|
||||
].join(" ");
|
||||
const runnerExe = process.env["CODEQL_RUNNER"];
|
||||
if (runnerExe) {
|
||||
await runTool(runnerExe, [autobuildCmd]);
|
||||
}
|
||||
else {
|
||||
await runTool(autobuildCmd);
|
||||
}
|
||||
await runTool(autobuildCmd);
|
||||
},
|
||||
async extractScannedLanguage(databasePath, language, featureFlags) {
|
||||
// Get extractor location
|
||||
@@ -808,4 +802,4 @@ async function runTool(cmd, args = []) {
|
||||
throw new CommandInvocationError(cmd, args, exitCode, error);
|
||||
return output;
|
||||
}
|
||||
//# sourceMappingURL=codeql.js.map
|
||||
//# sourceMappingURL=codeql.js.map
|
||||
|
||||
Reference in New Issue
Block a user