Skip to content

Commit

Permalink
fix sonar workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 6, 2024
1 parent df617af commit 278787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request'
run: >
./gradlew --info sonar
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
-Dsonar.scm.provider=git
-Dsonar.pullrequest.key=${{ env.PR_NUMBER }}
-Dsonar.pullrequest.branch=${{ env.PR_HEAD_REF }}
-Dsonar.pullrequest.base=${{ env.PR_BASE_REF }}
Expand Down

0 comments on commit 278787d

Please sign in to comment.