From 0b78996f950e61fb9189710bdcec292be5fd22df Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 28 Nov 2024 13:33:51 -0500 Subject: [PATCH] Setting back some items I tried testing that didn't work out. (#1100) * [pom] Delete the plugin management as that didn't help solve issue * [ci] Put sonar token back how it was --- .github/workflows/sonarqube.yml | 2 +- pom.xml | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 040160bf..176cd5cd 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -31,7 +31,6 @@ jobs: # previous LTS version SONAR_SERVER_VERSION: 9.9.7.96285 SONAR_PLUGIN_API_VERSION: 9.14.0.375 - SONAR_TOKEN: $SONAR_TOKEN steps: - name: Decide the ref to check out uses: haya14busa/action-cond@v1 @@ -65,6 +64,7 @@ jobs: -Dsonar.projectKey=com.github.spotbugs:sonar-findbugs-plugin \ -Dsonar.organization=spotbugs \ -Dsonar.host.url=https://sonarcloud.io \ + -Dsonar.token=$SONAR_TOKEN \ ${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH } env: GITHUB_TOKEN: ${{ secrets.PAT_TO_FORK }} diff --git a/pom.xml b/pom.xml index a7e3e1c2..7b62b6a7 100644 --- a/pom.xml +++ b/pom.xml @@ -71,16 +71,6 @@ 8 - - - - org.sonarsource.api.plugin - sonar-plugin-api - 9.14.0.375 - - - -