File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ inputs:
115
115
(which for GitHub-hosted runners is 2 for Linux and Windows and 3 for macOS).
116
116
This input also sets the number of threads that can later be used by the "analyze" action.
117
117
required : false
118
+ default : " ${{ env.CODEQL_THREADS }}"
118
119
debug :
119
120
description : >-
120
121
Enable debugging mode.
Original file line number Diff line number Diff line change @@ -547,8 +547,7 @@ async function run() {
547
547
) ;
548
548
core . exportVariable (
549
549
"CODEQL_THREADS" ,
550
- process . env [ "CODEQL_THREADS" ] ||
551
- getThreadsFlagValue ( getOptionalInput ( "threads" ) , logger ) . toString ( ) ,
550
+ getThreadsFlagValue ( getOptionalInput ( "threads" ) , logger ) . toString ( ) ,
552
551
) ;
553
552
554
553
// Disable Kotlin extractor if feature flag set
You can’t perform that action at this time.
0 commit comments