Skip to content

Commit

Permalink
Run Sonar analysis with Java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Feb 5, 2024
1 parent f73bfc6 commit 2ef8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 21

- name: Cache SonarCloud packages
uses: actions/cache@v3
Expand Down

0 comments on commit 2ef8b4d

Please sign in to comment.