Skip to content

Commit

Permalink
Update sonarcloud action to use v3.3 `matrix-org/sonarcloud-workflow-…
Browse files Browse the repository at this point in the history
…action`
  • Loading branch information
florianduros committed Sep 24, 2024
1 parent 42ec17b commit 9c2d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: "🩻 SonarCloud Scan"
id: sonarcloud
uses: matrix-org/sonarcloud-workflow-action@v3.2
uses: matrix-org/sonarcloud-workflow-action@v3.3
# workflow_run fails report against the develop commit always, we don't want that for PRs
continue-on-error: ${{ github.event.workflow_run.head_branch != 'develop' }}
with:
Expand Down

0 comments on commit 9c2d7ca

Please sign in to comment.