From 265e8a9a23a0c1b9950185ab690ee17fbd73db81 Mon Sep 17 00:00:00 2001 From: gtoison Date: Fri, 13 Jun 2025 10:18:07 +0200 Subject: [PATCH] ci: test against sonarqube 25.5 --- .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 1ea372e..1275132 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.5.0.107428 + - SONAR_SERVER_VERSION: 25.6.0.109173 SONAR_SERVER_JAVA_VERSION: 17 os: ubuntu-latest