Skip to content

Commit

Permalink
add audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Mar 28, 2024
1 parent 05968f2 commit 8c50659
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions better-dependabot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ runs:
shell: bash
run: npm install --package-lock-only

- name: Audit fix
if: steps.check_pr.outputs.pr_exists == '0'
shell: bash
run: npm audit --package-lock-only fix

- name: Check for Changes
if: steps.check_pr.outputs.pr_exists == '0'
id: check_changes
Expand Down

0 comments on commit 8c50659

Please sign in to comment.