feat(ci): fix CI, switch to SonarQube self-hosted #337

Merged
luke merged 3 commits from sonarqube into main 2025-02-09 21:29:48 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit b5041555c5 - Show all commits

View File

@ -19,5 +19,5 @@ jobs:
python-version: 3.13
secrets:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

View File

@ -1,4 +1,3 @@
sonar.projectKey=roboluke
sonar.projectName=roboluke
sonar.python.version=3.13