We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb3ed6 commit c41b278Copy full SHA for c41b278
1 file changed
src/init-action.ts
@@ -547,7 +547,8 @@ async function run() {
547
);
548
core.exportVariable(
549
"CODEQL_THREADS",
550
- getThreadsFlagValue(getOptionalInput("threads"), logger).toString(),
+ process.env["CODEQL_THREADS"] ||
551
+ getThreadsFlagValue(getOptionalInput("threads"), logger).toString(),
552
553
554
// Disable Kotlin extractor if feature flag set
0 commit comments