Skip to content

Commit eefe275

Browse files
committed
Security fix
1 parent 2fda20c commit eefe275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '20'
2222

2323
- name: Install Dependencies
24-
run: npm install
24+
run: npm ci
2525

2626
- name: Run npm Audit
27-
run: npm audit --audit-level=high || echo "npm audit failed"
27+
run: npm audit --audit-level=high

0 commit comments

Comments
 (0)