Skip to content

Commit 7cea3fa

Browse files
Update ci-workflow SonarQube branch target (#174)
## 🎫 Ticket Quick SQ fix ## 🛠 Changes Add SQ branch target. ## ℹ️ Context SonarQube updated again, and it's looking at old code instead of only the diff. ## 🧪 Validation Tests passing.
1 parent bdec46f commit 7cea3fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ jobs:
5555
-Dsonar.projectVersion=${{ github.ref_name == 'main' && github.sha || 'branch' }}
5656
-Dsonar.qualitygate.wait=true
5757
-Dsonar.ci.autoconfig.disabled=true
58+
-Dsonar.branch.target=${{ github.base_ref }}

0 commit comments

Comments
 (0)