diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5524a20014..91d9ce713b 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -36,6 +36,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Analyze in PR env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}