From 18265a901a2c097e8da9f42fd11bf2734d2be9a4 Mon Sep 17 00:00:00 2001 From: James Mudd Date: Fri, 17 Nov 2023 21:03:44 +0000 Subject: [PATCH] Use gradle to run 6 --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 3263add9..86e894be 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -33,7 +33,7 @@ jobs: ./gradlew \ -Dsonar.token=${{ secrets.SONAR_TOKEN }} \ -Dsonar.pullrequest.branch=${{ github.ref }} \ - -Dsonar.pullrequest.key=${{ github.ref.name }} \ + -Dsonar.pullrequest.key=${{ github.event.number }} \ -Dsonar.pullrequest.base=${{ github.base.ref }} \ -Dsonar.pullrequest.github.repository=${{ github.server_url }}/${{ github.repository }} \ checkstyleMain checkstyleTest spotbugsMain spotbugsTest jacocoTestReport sonar