trigger sonar scan
Some checks failed
SonarQube Code Quality Scan / scan (push) Failing after 21s

This commit is contained in:
ShaoHua
2025-12-02 04:29:37 +08:00
parent b522e5ab57
commit ba8cd891a8

View File

@@ -9,10 +9,11 @@ jobs:
runs-on: windowsx64 # 与Runner标签一致或写x64
steps:
# 步骤1拉取仓库代码完整历史
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout Code (Manual)
run: |
git clone https://git.we965.cn/learning/VectorDBDemo.git .
git fetch --depth=0
git checkout ${{ github.ref_name }}
# 步骤2配置 Sonar Scanner 路径(必做,替换为你的实际路径)
- name: Add Sonar Scanner to PATH