Allow configuring CODEQL_THREADS with an env var
ref https://github.com/github/codeql-action/issues/2890
This commit is contained in:
parent
5eb3ed6614
commit
c41b278fa8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue