We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f636976 commit 3e51271Copy full SHA for 3e51271
.github/workflows/sonarcloud.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: "🩻 SonarCloud Scan"
77
id: sonarcloud
78
- uses: matrix-org/sonarcloud-workflow-action@v3.3
+ uses: matrix-org/sonarcloud-workflow-action@v4.0
79
# workflow_run fails report against the develop commit always, we don't want that for PRs
80
continue-on-error: ${{ github.event.workflow_run.head_branch != 'develop' }}
81
with:
0 commit comments