Skip to content

Commit 278787d

Browse files
fix sonar workflow
1 parent df617af commit 278787d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: github.event.workflow_run.event == 'pull_request'
5858
run: >
5959
./gradlew --info sonar
60-
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
60+
-Dsonar.scm.provider=git
6161
-Dsonar.pullrequest.key=${{ env.PR_NUMBER }}
6262
-Dsonar.pullrequest.branch=${{ env.PR_HEAD_REF }}
6363
-Dsonar.pullrequest.base=${{ env.PR_BASE_REF }}

0 commit comments

Comments
 (0)