Update SonarCloud action version in workflow

This commit is contained in:
Michael Telatynski
2025-12-04 13:14:18 +00:00
committed by GitHub
parent 6f0bce8708
commit 4fdece6c1c
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
- name: "🩻 SonarCloud Scan"
id: sonarcloud
uses: matrix-org/sonarcloud-workflow-action@a8ca17dec09a9473b6b2b5156c7c130382934750 # v4.0
uses: matrix-org/sonarcloud-workflow-action@0ab6ce762de3cf23922f7cdd36de783bbfe16e3e # v4.0
# 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: