We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ea880 commit 82a6c45Copy full SHA for 82a6c45
1 file changed
.github/workflows/build.yml
@@ -61,11 +61,8 @@ jobs:
61
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
62
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
63
64
- - name: SonarCloud Scan
65
- uses: SonarSource/sonarcloud-github-action@v1.6
66
-
67
- name: Sonar
68
- run: mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
+ run: mvn org.sonarsource.scanner.maven:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments