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.
1 parent 5af046f commit 319a830Copy full SHA for 319a830
.github/workflows/sonarcloud.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: "🩻 SonarCloud Scan"
77
id: sonarcloud
78
- uses: matrix-org/sonarcloud-workflow-action@820f7c2e9e94ba9e35add0f739691e5c7e23fa25 # v4.0
+ uses: matrix-org/sonarcloud-workflow-action@9d9692c97a426ea43f5b578c6bc8f952a867cd49
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