Skip to content

Commit 6b6dcf0

Browse files
committed
CI: bump java versions, maybe helps with sonar scan error?
1 parent a750cf1 commit 6b6dcf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)