We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
matrix-org/sonarcloud-workflow-action
v3.3
1 parent 3f4124f commit 8c16964Copy full SHA for 8c16964
.github/workflows/sonarcloud.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: "🩻 SonarCloud Scan"
65
id: sonarcloud
66
- uses: matrix-org/sonarcloud-workflow-action@v3.2
+ uses: matrix-org/sonarcloud-workflow-action@v3.3
67
# workflow_run fails report against the develop commit always, we don't want that for PRs
68
continue-on-error: ${{ github.event.workflow_run.head_branch != 'develop' }}
69
with:
0 commit comments