We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8976b19 commit fc8c421Copy full SHA for fc8c421
.github/workflows/audit.yml
@@ -37,8 +37,9 @@ jobs:
37
npm outdated --depth=3 || echo "you must think about update your dependencies :)"
38
39
- name: Npm audit
40
- uses: oke-py/npm-audit-action@v1.7.1
+ uses: oke-py/npm-audit-action@v2
41
with:
42
audit_level: moderate
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
- dedupe_issues: true
+ dedupe_issues: true
45
+ production_flag: true
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
71
uses: oke-py/npm-audit-action@v2
72
73
- audit_level: high
+ audit_level: moderate
74
75
dedupe_issues: true
76
production_flag: true
0 commit comments