We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de6e9d commit 756ee19Copy full SHA for 756ee19
.github/workflows/build.yml
@@ -15,11 +15,12 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: "SonarQube Scan"
18
- uses: SonarSource/sonarqube-scan-action@689fb39b34b9aa95ebc5f8f119343ddd51542402
+ uses: SonarSource/sonarqube-scan-action@v6
19
env:
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
DYNAMIC_PROJECT_KEY: "sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }}"
22
23
projectBaseDir: .
24
args: >
25
- -Dsonar.projectKey=${{ env.DYNAMIC_PROJECT_KEY }} -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
+ "-Dsonar.projectKey=${{ env.DYNAMIC_PROJECT_KEY }}"
26
+ "-Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska"
0 commit comments