We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f90b8 commit 515dda4Copy full SHA for 515dda4
.github/workflows/ci.yml
@@ -71,10 +71,6 @@ jobs:
71
72
- name: SonarQube Scan (Pull Request)
73
if: matrix.jdk == '11' && github.event_name == 'pull_request'
74
- env:
75
- SONARQUBE_HOST_URL: ${{ vars.SONARQUBE_HOST }}
76
- SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
77
- MAVEN_OPTS: '-XX:+PrintCommandLineFlags -XX:ThreadStackSize=65536 -XX:-TieredCompilation -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
78
run: |
79
mvn --batch-mode clean verify sonar:sonar \
80
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }} \
0 commit comments