From 3875b591ded7ac96013efccad0061c336a2e367d Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Fri, 6 Feb 2026 01:13:50 +0000 Subject: [PATCH 1/2] chore: migrate to sonarqube enterprise --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 5c1dfb9671..23d5d1d49a 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -106,7 +106,7 @@ after_pipeline: commands: - checkout - artifact pull workflow target - - emit-sonarqube-data --enable_sonarqube_enterprise --run_only_sonar_scan + - emit-sonarqube-data --run_only_sonar_scan - name: Trigger downstream projects commands: - >- From 7759515347a481d860f55f836cb645642e4b646f Mon Sep 17 00:00:00 2001 From: "service-bot-app[bot]" Date: Fri, 6 Feb 2026 01:13:51 +0000 Subject: [PATCH 2/2] chore: update repo semaphore config --- .semaphore/semaphore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 23d5d1d49a..959ff4aa25 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -32,12 +32,12 @@ blocks: dependencies: [] run: # don't run the tests on non-functional changes... - when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})" + when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/', 'service.yml', 'README.md'], default_branch: 'master'})" task: jobs: - name: Test commands: - - . sem-pint -c + - ci-sem-pint -c - ci-tools ci-update-version - mvn -U -Dmaven.wagon.http.retryHandler.count=10 --batch-mode --no-transfer-progress clean verify install dependency:analyze validate - . cache-maven store