modified: .gitea/workflows/sonarqube.yml
/ sonarqube (push) Failing after 50s

This commit is contained in:
2026-05-25 14:05:44 -04:00
parent 38f35bf750
commit e518603f25
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: SonarQube Scan
# 2. Replaced with the official, actively maintained action
uses: SonarSource/sonarqube-scan-action@v4
uses: SonarSource/sonarqube-scan-action@v8.1.0
env:
# 3. SonarSource uses environment variables, not 'with' parameters
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}