We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc28be8 commit e3c6237Copy full SHA for e3c6237
1 file changed
.github/workflows/audit.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Bootstrap
32
run: npm run bootstrap
33
34
- - name: audit tools
35
- run: npm audit --audit-level=moderate
+ # - name: audit tools #disabled while we wait for https://github.com/actions/toolkit/issues/539
+ # run: npm audit --audit-level=moderate
36
37
- name: audit packages
38
run: npm run audit-all
0 commit comments