Skip to content

Commit

Permalink
Setup distribution: 'temurin'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderlan Gomes da Silva committed Oct 7, 2023
1 parent 9c5b5d3 commit 1b659c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 1b659c5

Please sign in to comment.