Delete .github/workflows/dependency-scan.yml

pull/957/head
zhoulin7788 2026-02-09 14:31:38 +08:00 committed by GitHub
parent ba5113d67c
commit 9215db286e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
name: Python Dependency Scan
on:
push:
branches: [master]
jobs:
code-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run dependency check
run: echo "检测Python依赖漏洞"