From 9c2d7cadf536c5f075adc2483cd85ad2c7ee6ba5 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 24 Sep 2024 17:29:32 +0200 Subject: [PATCH] Update sonarcloud action to use v3.3 `matrix-org/sonarcloud-workflow-action` --- .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: