We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e1dd1 commit 076dc65Copy full SHA for 076dc65
.github/workflows/sonarqube.yml
@@ -64,11 +64,11 @@ jobs:
64
-Dsonar.projectKey=com.github.spotbugs:sonar-findbugs-plugin \
65
-Dsonar.organization=spotbugs \
66
-Dsonar.host.url=https://sonarcloud.io \
67
- -Dsonar.login=$SONAR_LOGIN \
+ -Dsonar.token=$SONAR_TOKEN \
68
${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH }
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
- SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
72
PR_NUMBER: ${{ github.event.pull_request.number }}
73
PR_BRANCH: ${{ github.event.pull_request.head.ref }}
74
CI: true
0 commit comments