Skip to content

Commit d152894

Browse files
committed
Update SonarQube action to v6 and configure project key and organization
1 parent 780dcbc commit d152894

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm run lint
4242

4343
- name: SonarQube Scan
44-
uses: SonarSource/sonarqube-scan-action@v4
44+
uses: SonarSource/sonarqube-scan-action@v6
4545
env:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.projectKey=<INSERT_PROJECT_KEY>
2-
sonar.organization=<INSERT_ORGANIZATION_KEY>
1+
sonar.projectKey=CSO2_frontend
2+
sonar.organization=cso2
33
sonar.host.url=https://sonarcloud.io
44

55
# Source code

0 commit comments

Comments
 (0)