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

This commit is contained in:
2026-05-15 11:25:31 -05:00
parent a9eebccf44
commit 0450ea3ade
+7
View File
@@ -31,6 +31,13 @@ jobs:
dotnet tool install --global dotnet-sonarscanner
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
- name: Debug
run: |
echo "Host URL is: ${{ secrets.SONAR_HOST_URL }}"
echo "Token length: ${#SONAR_TOKEN}"
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: SonarScanner Begin
run: |
dotnet sonarscanner begin \