mirror of https://github.com/actions/toolkit
Update audit.yml
parent
fc28be88e4
commit
e3c6237940
|
@ -31,8 +31,8 @@ jobs:
|
||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
run: npm run bootstrap
|
run: npm run bootstrap
|
||||||
|
|
||||||
- name: audit tools
|
# - name: audit tools #disabled while we wait for https://github.com/actions/toolkit/issues/539
|
||||||
run: npm audit --audit-level=moderate
|
# run: npm audit --audit-level=moderate
|
||||||
|
|
||||||
- name: audit packages
|
- name: audit packages
|
||||||
run: npm run audit-all
|
run: npm run audit-all
|
||||||
|
|
Loading…
Reference in New Issue