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

This commit is contained in:
2026-05-15 12:55:49 -05:00
parent c7e3cb8ed9
commit ad466328de
+9 -1
View File
@@ -49,7 +49,15 @@ jobs:
/d:sonar.host.url="${{ secrets.SONAR_HOST_URL }}" \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.exclusions="**/bin/**,**/obj/**"
- name: Token Fingerprint
env:
TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
echo "Length: ${#TOKEN}"
echo -n "$TOKEN" | sha256sum
echo -n "$TOKEN" | xxd | tail -3
- name: Build
run: dotnet build Strata.SqlTools.QueryBreakdown.sln --configuration Release