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