diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f69dd53..2857faf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,12 +29,11 @@ jobs: - SONAR_SERVER_VERSION: 10.4.0.87286 SONAR_PLUGIN_API_VERSION: 10.6.0.2114 SONAR_SERVER_JAVA_VERSION: 17 - - SONAR_SERVER_VERSION: 10.6.0.92116 - SONAR_PLUGIN_API_VERSION: 10.7.0.2191 + - SONAR_SERVER_VERSION: 10.7.0.96327 + SONAR_PLUGIN_API_VERSION: 10.11.0.2468 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: