Skip to content

Commit

Permalink
chore: use Java 17 on Sonar workflow (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
josimar-silva authored Jan 15, 2024
1 parent 44ab3e1 commit feb2581
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 @@ -37,10 +37,10 @@ jobs:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 0
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: temurin
cache: 'gradle'
- name: Cache Gradle packages
Expand Down

0 comments on commit feb2581

Please sign in to comment.