Skip to content

Commit

Permalink
👷 (CI): Add Java 17 for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jan 22, 2024
1 parent d423ad2 commit 3a685b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-code_analysis-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
${{ runner.os }}-ccache-code_analysis-
${{ runner.os }}-ccache-
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
java-version: 17

#
# Mark: - SonarCloud
#
Expand Down

0 comments on commit 3a685b6

Please sign in to comment.