We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b201d9 commit 2cfc013Copy full SHA for 2cfc013
.github/workflows/ci.yml
@@ -71,6 +71,9 @@ jobs:
71
72
- name: SonarQube Scan (Pull Request)
73
if: matrix.jdk == '11' && github.event_name == 'pull_request'
74
+ env:
75
+ SONARQUBE_HOST_URL: ${{ vars.SONARQUBE_HOST }}
76
+ SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
77
run: |
78
mvn --batch-mode clean verify sonar:sonar \
79
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \
0 commit comments