From e8bc764c4f6f34903ffddad187a7f9958f26b06a Mon Sep 17 00:00:00 2001 From: gtoison Date: Tue, 8 Jul 2025 10:44:25 +0200 Subject: [PATCH] ci: test against sonarqube 25.7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1275132..0ff9ffc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: SONAR_SERVER_JAVA_VERSION: 17 os: ubuntu-latest # 25.x - - SONAR_SERVER_VERSION: 25.6.0.109173 + - SONAR_SERVER_VERSION: 25.7.0.110598 SONAR_SERVER_JAVA_VERSION: 17 os: ubuntu-latest