Skip to content

Commit ae383f3

Browse files
committed
👷 (CI): Add Java 17 for sonarcloud
1 parent c6f3f2f commit ae383f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-code_analysis-sonarcloud.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
${{ runner.os }}-ccache-code_analysis-
4040
${{ runner.os }}-ccache-
4141
42+
- name: Setup JDK 17
43+
uses: actions/setup-java@v4
44+
with:
45+
distribution: 'temurin'
46+
java-version: 17
47+
4248
#
4349
# Mark: - SonarCloud
4450
#

0 commit comments

Comments
 (0)