From 8c506597d0638dd9a6734d69afa649c96e6037c7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 28 Mar 2024 11:57:40 +0100 Subject: [PATCH] add audit fix --- better-dependabot/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/better-dependabot/action.yml b/better-dependabot/action.yml index 56ff131..5aac5dd 100644 --- a/better-dependabot/action.yml +++ b/better-dependabot/action.yml @@ -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