Skip to content

Commit 756ee19

Browse files
Use latest v6 version
1 parent 4de6e9d commit 756ee19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: "SonarQube Scan"
18-
uses: SonarSource/sonarqube-scan-action@689fb39b34b9aa95ebc5f8f119343ddd51542402
18+
uses: SonarSource/sonarqube-scan-action@v6
1919
env:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121
DYNAMIC_PROJECT_KEY: "sonarqubecloud-aleksandra-bozhinoska_${{ github.event.repository.name }}"
2222
with:
2323
projectBaseDir: .
2424
args: >
25-
-Dsonar.projectKey=${{ env.DYNAMIC_PROJECT_KEY }} -Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska
25+
"-Dsonar.projectKey=${{ env.DYNAMIC_PROJECT_KEY }}"
26+
"-Dsonar.organization=sonarqubecloud-aleksandra-bozhinoska"

0 commit comments

Comments
 (0)