mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Allow configuring CODEQL_THREADS with an env var
ref https://github.com/github/codeql-action/issues/2890
This commit is contained in:
@@ -547,7 +547,8 @@ async function run() {
|
||||
);
|
||||
core.exportVariable(
|
||||
"CODEQL_THREADS",
|
||||
getThreadsFlagValue(getOptionalInput("threads"), logger).toString(),
|
||||
process.env["CODEQL_THREADS"] ||
|
||||
getThreadsFlagValue(getOptionalInput("threads"), logger).toString(),
|
||||
);
|
||||
|
||||
// Disable Kotlin extractor if feature flag set
|
||||
|
||||
Reference in New Issue
Block a user