We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9e801 commit 1f14c86Copy full SHA for 1f14c86
.github/workflows/build-pr.yml
@@ -60,6 +60,9 @@ jobs:
60
61
- name: SonarQube Analysis (Pull Request)
62
uses: SonarSource/sonarqube-scan-action@v6
63
+ env:
64
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
65
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
66
with:
67
args: >
68
-Dsonar.projectVersion=${{ steps.get_version.outputs.tag }}
0 commit comments