From c6469a79dd88aceeb94ba7b39f3a9dc2dfb7e6f0 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 13:19:45 -0500 Subject: [PATCH] [pom] Drop sonar plugin api tp back to 10.11.0.2468 --- .github/workflows/build.yml | 2 +- .github/workflows/sonarqube.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd01490f..829e20c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: SONAR_SERVER_JAVA_VERSION: 17 # 10.x - SONAR_SERVER_VERSION: 10.7.0.96327 - SONAR_PLUGIN_API_VERSION: 10.14.0.2599 + 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 diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 54a340a2..040160bf 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest env: # previous LTS version - SONAR_SERVER_VERSION: 9.9.7.96285 + SONAR_SERVER_VERSION: 9.9.7.96285 SONAR_PLUGIN_API_VERSION: 9.14.0.375 SONAR_TOKEN: $SONAR_TOKEN steps: