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 0336ed6 commit a3f2ec7Copy full SHA for a3f2ec7
.github/workflows/qa.yml
@@ -60,7 +60,7 @@ jobs:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- name: SonarCloud Scan on push
62
if: github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.event.repository.full_name
63
- run: ./gradlew check sonarqube -Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }} -Dsonar.branch.name=${{ github.event.workflow_run.head_branch }}
+ run: ./gradlew check sonar -Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }} -Dsonar.branch.name=${{ github.event.workflow_run.head_branch }}
64
env:
65
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
66
0 commit comments