Skip to content

Commit

Permalink
sonar now requires 17+ (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Jan 15, 2024
1 parent 39b21ad commit c433a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v1.4.3
with:
java-version: 11
java-version: 17
distribution: 'temurin'
cache: maven

Expand Down

0 comments on commit c433a6e

Please sign in to comment.