Skip to content

Commit a965c19

Browse files
committed
Update properties file
1 parent dcbff05 commit a965c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
uses: SonarSource/sonarqube-scan-action@v2.0.2
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31-
SONAR_HOST_URL: https://sonarcloud.io
31+
SONAR_HOST_URL: https://sonarcloud.io

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sonar.projectKey=rupachowrasia_nodejs-sonarqube-setup-with-github-action
22
sonar.organization=rupachowrasia-org
3-
sonar.host.url=https://sonarcloud.io # https://your-sonarqube-server.com if using sonarqube
3+
sonar.host.url=https://sonarcloud.io
44
sonar.sources=.
55
sonar.language=js

0 commit comments

Comments
 (0)