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 8db347a commit 3f9fb9cCopy full SHA for 3f9fb9c
.github/workflows/sonarcloud.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: "🩻 SonarCloud Scan"
77
id: sonarcloud
78
- uses: matrix-org/sonarcloud-workflow-action@035ca8a2a741dd940f2e6c16d7d078312d625ac6 # v4.0
+ uses: matrix-org/sonarcloud-workflow-action@820f7c2e9e94ba9e35add0f739691e5c7e23fa25 # 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