File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 java-version : 17
2121 - uses : actions/checkout@v3
2222 with :
23- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
23+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2424 ref : ${{ github.event.pull_request.head.sha }}
2525 - name : Build Java
2626 run : |
2727 mvn clean compile -DskipTests -f ./server/api-service/pom.xml
2828 - name : SonarCloud Scan
2929 uses : SonarSource/sonarcloud-github-action@master
3030 env :
31- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
31+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3232 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments