Skip to content

Commit

Permalink
SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Meyer committed Oct 11, 2024
1 parent 11a261d commit 24443f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -69,6 +69,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 24443f4

Please sign in to comment.