We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780dcbc commit d152894Copy full SHA for d152894
2 files changed
.github/workflows/build-test.yml
@@ -41,7 +41,7 @@ jobs:
41
run: npm run lint
42
43
- name: SonarQube Scan
44
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v6
45
env:
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
sonar-project.properties
@@ -1,5 +1,5 @@
1
-sonar.projectKey=<INSERT_PROJECT_KEY>
2
-sonar.organization=<INSERT_ORGANIZATION_KEY>
+sonar.projectKey=CSO2_frontend
+sonar.organization=cso2
3
sonar.host.url=https://sonarcloud.io
4
5
# Source code
0 commit comments