feat: SonarQube PR analysis #21
@ -40,4 +40,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
run: ./gradlew build sonar --info
|
run: ./gradlew build sonar --info -Dsonar.pullrequest.key=${{ github.event.number }}
|
Loading…
Reference in New Issue
Block a user