mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-28 23:15:50 +00:00
ci: fix pnpm install frozen-lockfile issue
This commit is contained in:
2
.github/workflows/security-scan.yml
vendored
2
.github/workflows/security-scan.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
version: 9
|
version: 9
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --no-frozen-lockfile
|
||||||
|
|
||||||
# 1. npm audit - 检查依赖漏洞
|
# 1. npm audit - 检查依赖漏洞
|
||||||
- name: Dependency vulnerability audit
|
- name: Dependency vulnerability audit
|
||||||
|
|||||||
Reference in New Issue
Block a user