diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e1e2b6a8f..109828071 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -33,10 +33,10 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: + # Using ACTION_STEP_DEBUG to trigger verbose when debugging in Github Action args: > -Dsonar.scm.revision=${{ github.event.pull_request.head.sha }} -Dsonar.pullrequest.key=${{ github.event.number }} -Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }} -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }} - # To trigger verbose when debugging in Github Action -Dsonar.verbose=${{ secrets.ACTIONS_STEP_DEBUG }}