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-05 16:09:39 +08:00
parent 8544f013d0
commit 7a02ea7a3a

View File

@@ -40,7 +40,7 @@ jobs:
run: |
New-Item -Path $env:DC_OUTPUT -ItemType Directory -Force
# 修正:移除参数前的空格,避免 PowerShell 语法错误
dependency-check.bat `
"D:\Paths\Gitea\dependency-check\bin\dependency-check.bat" `
--project "VectorDBDemo" `
--scan "." `
--format "XML" `