Skip to content

Commit

Permalink
enable sonarcloud again
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Sep 8, 2023
1 parent 161263b commit 62331c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: Cache SonarCloud packages
# uses: actions/cache@v3
# with:
Expand Down

0 comments on commit 62331c5

Please sign in to comment.