Skip to content

Commit

Permalink
[ci] Put sonar token back how it was
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 28, 2024
1 parent b878848 commit 3cec3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
# previous LTS version
SONAR_SERVER_VERSION: 9.9.7.96285
SONAR_PLUGIN_API_VERSION: 9.14.0.375
SONAR_TOKEN: $SONAR_TOKEN
steps:
- name: Decide the ref to check out
uses: haya14busa/action-cond@v1
Expand Down Expand Up @@ -65,6 +64,7 @@ jobs:
-Dsonar.projectKey=com.github.spotbugs:sonar-findbugs-plugin \
-Dsonar.organization=spotbugs \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.token=$SONAR_TOKEN \
${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH }
env:
GITHUB_TOKEN: ${{ secrets.PAT_TO_FORK }}
Expand Down

0 comments on commit 3cec3b7

Please sign in to comment.