Skip to content

Commit

Permalink
Run Sonar action with Java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <michael@xlate.io>
  • Loading branch information
MikeEdgar committed Jan 15, 2024
1 parent ff9dcb7 commit 5095a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 21

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

0 comments on commit 5095a59

Please sign in to comment.