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 4fdece6 commit 0ecfef2Copy full SHA for 0ecfef2
.github/workflows/sonarcloud.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: "🩻 SonarCloud Scan"
77
id: sonarcloud
78
- uses: matrix-org/sonarcloud-workflow-action@0ab6ce762de3cf23922f7cdd36de783bbfe16e3e # v4.0
+ uses: matrix-org/sonarcloud-workflow-action@035ca8a2a741dd940f2e6c16d7d078312d625ac6 # 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