From aaf508e30941fa118041eb46a8412e93aa890e90 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 11 Jun 2022 22:02:30 +0100 Subject: [PATCH] Update sonarcloud.yml (#2452) --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index ecf6fb938..e9d965f02 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - name: "🩻 SonarCloud Scan" - uses: matrix-org/sonarcloud-workflow-action@v2.1 + uses: matrix-org/sonarcloud-workflow-action@v2.2 with: repository: ${{ github.event.workflow_run.head_repository.full_name }} is_pr: ${{ github.event.workflow_run.event == 'pull_request' }}