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

Merged
luke merged 3 commits from sonarqube into main 2025-02-09 22:02:05 +01:00
Showing only changes of commit 4a318d4802 - Show all commits

View File

@ -55,7 +55,7 @@ jobs:
- name: Minimize uv cache - name: Minimize uv cache
run: uv cache prune --ci run: uv cache prune --ci
- name: SonarQube Cloud Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1 uses: SonarSource/sonarqube-scan-action@v4.2.1
env: env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}