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