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 89e9d87 commit 8734536
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 @@ -19,5 +19,4 @@ jobs:
name: Sonar Analysis
uses: sapphiredev/.github/.github/workflows/reusable-sonar.yml@main
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 @@ -15,7 +15,7 @@
"*.yml.sapphire": "yaml"
},
"sonarlint.connectedMode.project": {
"connectionId": "https-sonarqube-sapphirejs-dev",
"projectKey": "sapphiredev_cli_3f02e75d-9123-4094-a35c-70aac6350330"
"connectionId": "sapphiredev",
"projectKey": "sapphiredev_cli"
}
}
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_cli_3f02e75d-9123-4094-a35c-70aac6350330
sonar.projectKey=sapphiredev_cli
sonar.organization=sapphiredev

0 comments on commit 8734536

Please sign in to comment.