diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9c254fbb..69687c04 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,8 +43,9 @@ jobs: run: find . | grep coverage - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 with: + skipSignatureVerification: true args: > "-Dsonar.projectVersion=${{ github.run_id }}" env: