We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f5273 commit 3407a8dCopy full SHA for 3407a8d
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
63
64
- name: Sonar
65
- run: sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
+ run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments