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 d47f2f6 commit d10d5fcCopy full SHA for d10d5fc
.github/workflows/sonarqube.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: "🩻 SonarCloud Scan"
58
id: sonarcloud
59
- uses: matrix-org/sonarcloud-workflow-action@v3.3
+ uses: matrix-org/sonarcloud-workflow-action@820f7c2e9e94ba9e35add0f739691e5c7e23fa25 # v4.0
60
# workflow_run fails report against the develop commit always, we don't want that for PRs
61
continue-on-error: ${{ github.event.workflow_run.head_branch != 'develop' }}
62
with:
0 commit comments