Skip to content

Commit

Permalink
Switch out java versions
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Nov 21, 2024
1 parent cc759ca commit 0e3c218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar-qube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: |
21
11
- name: Cache SonarQube Scanner
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0e3c218

Please sign in to comment.