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 4b0ad08 commit d1aaad6Copy full SHA for d1aaad6
1 file changed
.github/workflows/sonarqube.yml
@@ -14,10 +14,11 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
with:
17
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
+ fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18
+ args: >
19
+ -Dsonar.projectKey=ComputerScienceHouse_audiophiler_abf74f4d-218d-4ab2-938b-cde83b7e1800
20
+
21
- uses: SonarSource/sonarqube-scan-action@v6
22
env:
23
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
24
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
- args: >
- -Dsonar.projectKey=ComputerScienceHouse_audiophiler_abf74f4d-218d-4ab2-938b-cde83b7e1800
0 commit comments