Update .gitea/workflows/sonarqube.yml
SonarQube Analysis / sonarqube (push) Failing after 1m10s

This commit is contained in:
2026-05-15 11:32:09 -05:00
parent 0450ea3ade
commit 23549c418a
+10
View File
@@ -38,6 +38,16 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Debug Connectivity
run: |
echo "Testing host URL: ${SONAR_HOST_URL}"
curl -sI "${SONAR_HOST_URL}/api/system/status" || echo "curl failed"
echo "---"
curl -s -u "${SONAR_TOKEN}:" "${SONAR_HOST_URL}/api/authentication/validate"
env:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: SonarScanner Begin
run: |
dotnet sonarscanner begin \