From 5978866b1115ad27718c038086ca1ff4c8603f54 Mon Sep 17 00:00:00 2001 From: gtoison Date: Mon, 20 Nov 2023 09:02:17 +0100 Subject: [PATCH] test against SonarQube 10.3 --- .github/workflows/build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79c63403..749f0fac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,11 +44,14 @@ jobs: SONAR_JAVA_VERSION: 7.16.0.30901 SONAR_SERVER_JAVA_VERSION: 17 # 10.x - - SONAR_SERVER_VERSION: 10.2.1.78527 - SONAR_PLUGIN_API_VERSION: 10.1.0.809 + - SONAR_SERVER_VERSION: 10.3.0.82913 + SONAR_PLUGIN_API_VERSION: 10.3.0.1951 SONAR_PLUGIN_API_GROUPID: org.sonarsource.api.plugin - SONAR_JAVA_VERSION: 7.24.0.32100 + SONAR_JAVA_VERSION: 7.28.0.33738 SONAR_SERVER_JAVA_VERSION: 17 + # https://mvnrepository.com/artifact/org.sonarsource.sonarqube/sonar-core + # https://mvnrepository.com/artifact/org.sonarsource.api.plugin/sonar-plugin-api + # https://mvnrepository.com/artifact/org.sonarsource.java/sonar-java-plugin steps: - uses: actions/checkout@v4 with: