From d0890d94503007e8d2b222e66523ee1e3a68fb5a Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 24 Sep 2024 17:35:40 +0200 Subject: [PATCH] Update sonarcloud action to use v3.3 `matrix-org/sonarcloud-workflow-action` (#4430) --- .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 7507f9d8528..7c4ee9368d8 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -63,7 +63,7 @@ jobs: - name: "🩻 SonarCloud Scan" id: sonarcloud - uses: matrix-org/sonarcloud-workflow-action@v3.2 + uses: matrix-org/sonarcloud-workflow-action@v3.3 # workflow_run fails report against the develop commit always, we don't want that for PRs continue-on-error: ${{ github.event.workflow_run.head_branch != 'develop' }} with: