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 df617af commit 278787dCopy full SHA for 278787d
.github/workflows/sonar.yml
@@ -57,7 +57,7 @@ jobs:
57
if: github.event.workflow_run.event == 'pull_request'
58
run: >
59
./gradlew --info sonar
60
- -Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
+ -Dsonar.scm.provider=git
61
-Dsonar.pullrequest.key=${{ env.PR_NUMBER }}
62
-Dsonar.pullrequest.branch=${{ env.PR_HEAD_REF }}
63
-Dsonar.pullrequest.base=${{ env.PR_BASE_REF }}
0 commit comments