From 828e33c6101c5319e5c8101b636ab81e00102603 Mon Sep 17 00:00:00 2001 From: Tim Walters Date: Sat, 7 Mar 2026 22:33:38 +0000 Subject: [PATCH] sonar --- .github/workflows/maven.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 90c8859..6ba289f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,6 @@ on: jobs: build: - runs-on: ubuntu-latest steps: @@ -29,7 +28,11 @@ jobs: cache: maven - name: Build with Maven run: mvn -B install - + - name: Official SonarQube Scan + # You may pin to the exact commit or the version. + # uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 + uses: SonarSource/sonarqube-scan-action@v7.0.0 + # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Update dependency graph # uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6