fix workflow: remove github dependency + duplicate scan
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 3s

This commit is contained in:
ShaoHua
2025-12-02 23:51:32 +08:00
parent f3bf23e289
commit ccc7a4ae72

View File

@@ -64,9 +64,7 @@ jobs:
/d:sonar.sources="./" `
/d:sonar.exclusions="**/obj/**,**/bin/**" `
/d:sonar.dependencyCheck.xmlReportPath="depcheck/dependency-check-report.xml"
dotnet build --configuration Release
dotnet sonarscanner end `
/d:sonar.login="${{ secrets.SONAR_TOKEN }}"