diff options
-rw-r--r-- | .github/workflows/sonarqube.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 405cc35273..4d0a49ad76 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - uses: matrix-org/setup-python-poetry@v1 - name: SonarCloud Scan - uses: matrix-org/sonarcloud-workflow-action@v2.1 + uses: matrix-org/sonarcloud-workflow-action@v2.2 with: is_pr: ${{ github.event.workflow_run.event == 'pull_request' }} repository: ${{ github.event.workflow_run.head_repository.full_name }} |