From 0c6994c231c74562a80e357c7cf0078d249ba3ea Mon Sep 17 00:00:00 2001 From: Bajczi Levente Date: Fri, 23 Feb 2024 14:12:19 +0100 Subject: [PATCH] Added repository to checkout --- .github/workflows/sonar.yml | 1 + 1 file changed, 1 insertion(+) 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 }}