From 1ce85de122bf16cce9fcce0780b8ec081e802098 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 27 Nov 2024 18:17:28 -0500 Subject: [PATCH] Update sonar-update-center.yml --- .github/workflows/sonar-update-center.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonar-update-center.yml b/.github/workflows/sonar-update-center.yml index e7805aa0..f663d1df 100644 --- a/.github/workflows/sonar-update-center.yml +++ b/.github/workflows/sonar-update-center.yml @@ -57,10 +57,10 @@ jobs: prop-file: findbugs.properties description: Use SpotBugs 4.8.6, sb-contrib 7.6.6, and findsecbugs 1.13.0 minimal-supported-sq-version: 7.9 - changelog-url: https://github.com/spotbugs/sonar-findbugs/releases/tag/4.2.6 - download-url: https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.2.6/sonar-findbugs-plugin-4.2.6.jar + changelog-url: https://github.com/spotbugs/sonar-findbugs/releases/tag/4.3.0 + download-url: https://repo.maven.apache.org/maven2/com/github/spotbugs/sonar-findbugs-plugin/4.3.0/sonar-findbugs-plugin-4.3.0.jar sonar-cloud-url: https://sonarcloud.io/summary/new_code?id=com.github.spotbugs:sonar-findbugs-plugin - public-version: 4.2.6 + public-version: 4.3.0 github-token: ${{ secrets.PAT_TO_FORK }} skip-creating-pull-request: true - uses: actions/upload-artifact@v4