We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fb137 commit 6e28c08Copy full SHA for 6e28c08
.github/workflows/sonarcloud.yml
@@ -20,13 +20,13 @@ jobs:
20
java-version: 17
21
- uses: actions/checkout@v3
22
with:
23
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
+ fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
24
ref: ${{ github.event.pull_request.head.sha }}
25
- name: Build Java
26
run: |
27
mvn clean compile -DskipTests -f ./server/api-service/pom.xml
28
- name: SonarCloud Scan
29
uses: SonarSource/sonarcloud-github-action@master
30
env:
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
32
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments