mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 05:00:04 +08:00
Revert changes
This commit is contained in:
10
lib/codeql.js
generated
10
lib/codeql.js
generated
@@ -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