File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,10 +239,10 @@ jobs:
239239 - name : Set up JDK 11 (for SonarCloud static analysis)
240240 timeout-minutes : 1
241241 if : inputs.flavor == 'SonarCloudStaticAnalysis' && github.repository == 'darktable-org/rawspeed' && github.event_name != 'pull_request' && github.ref_type == 'branch' && (github.ref_name == 'develop' || github.ref_name == 'stable')
242- uses : actions/setup-java@v3
242+ uses : actions/setup-java@v4
243243 with :
244244 distribution : zulu
245- java-version : 17
245+ java-version : 21
246246 - name : Download and set up sonar-scanner (for SonarCloud static analysis)
247247 timeout-minutes : 1
248248 if : inputs.flavor == 'SonarCloudStaticAnalysis' && github.repository == 'darktable-org/rawspeed' && github.event_name != 'pull_request' && github.ref_type == 'branch' && (github.ref_name == 'develop' || github.ref_name == 'stable')
You can’t perform that action at this time.
0 commit comments