Skip to content

Commit

Permalink
ci: update sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 17, 2024
1 parent dded74e commit 04c9d92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
with:
enable-sonar: true
secrets:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"**/.git/": true
},
"sonarlint.connectedMode.project": {
"connectionId": "https-sonarqube-sapphirejs-dev",
"projectKey": "sapphiredev_spinel_1afab287-8814-4bc3-a4a9-268b81f380db"
"connectionId": "sapphiredev",
"projectKey": "sapphiredev_spinel"
}
}
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sonar.projectKey=sapphiredev_spinel_1afab287-8814-4bc3-a4a9-268b81f380db
sonar.projectKey=sapphiredev_spinel
sonar.organization=sapphiredev

0 comments on commit 04c9d92

Please sign in to comment.