Skip to content

Commit 8ec4129

Browse files
chore: migrate to sonarqube enterprise (#2542)
Co-authored-by: service-bot-app[bot] <service-bot-app[bot]@users.noreply.github.com>
1 parent 4414756 commit 8ec4129

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,11 @@ after_pipeline:
177177
- name: SonarQube
178178
commands:
179179
- checkout
180-
- sem-version java 17
181180
- mise use dotnet@8
182181
- dotnet tool install --tool-path $PWD dotnet-coverage
183182
- artifact pull workflow unit-coverage.xml || true
184183
- artifact pull workflow classic-coverage.xml || true
185184
- artifact pull workflow consumer-coverage.xml || true
186185
- artifact pull workflow sr-target || true
187186
- ./dotnet-coverage merge *coverage.xml **/*coverage.xml -o coverage.xml -f xml --remove-input-files
188-
- emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan
187+
- emit-sonarqube-data --run_only_sonar_scan

0 commit comments

Comments
 (0)