mirror of
https://github.com/actions/toolkit.git
synced 2026-08-10 00:00:12 +02:00
separate audit workflow (#450)
This commit is contained in:
@@ -49,11 +49,3 @@ jobs:
|
||||
|
||||
- name: Format
|
||||
run: npm run format-check
|
||||
|
||||
- name: audit tools
|
||||
run: npm audit --audit-level=moderate
|
||||
if: matrix.runs-on == 'ubuntu-latest'
|
||||
|
||||
- name: audit packages
|
||||
run: npm run audit-all
|
||||
if: matrix.runs-on == 'ubuntu-latest'
|
||||
|
||||
Reference in New Issue
Block a user