Skip to content

Commit

Permalink
Update sonar java version (11 → 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
irotech committed Oct 12, 2023
1 parent 9d4276e commit 915cf16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up Java 11
- name: Set up Java 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
architecture: x64
- name: Scan SDK
run: mvn -B clean install sonar:sonar -Ddependency-check.skip=true -Dgpg.skip=true -Dfindbugs.skip=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 915cf16

Please sign in to comment.