We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189c2dd commit b4ea880Copy full SHA for b4ea880
1 file changed
.github/workflows/build.yml
@@ -61,5 +61,11 @@ 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
69
+ env:
70
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments