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:
20
20
java-version : 17
21
21
- uses : actions/checkout@v3
22
22
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
24
24
ref : ${{ github.event.pull_request.head.sha }}
25
25
- name : Build Java
26
26
run : |
27
27
mvn clean compile -DskipTests -f ./server/api-service/pom.xml
28
28
- name : SonarCloud Scan
29
29
uses : SonarSource/sonarcloud-github-action@master
30
30
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
32
32
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments