Revert "threads defaults to CODEQL_THREADS env var"

This reverts commit df7d681f04.
This commit is contained in:
Austin Pray 2025-05-13 22:19:47 +00:00 committed by GitHub
parent df7d681f04
commit 77ae18dc82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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