Skip to content

Commit 60df603

Browse files
committed
chore: Update sonar run goal as it's not picking java files anymore
1 parent 4713400 commit 60df603

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
37-
mvn -B clean --file pom.xml
38-
mvn -B verify sonar:sonar -Plicense-scan -Dsonar.projectKey=dochia-dev_dochia-cli -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
37+
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Plicense-scan -Dsonar.projectKey=dochia-dev_dochia-cli

0 commit comments

Comments
 (0)