From 57534e8f6970d71a7e6d7ec7d1c8775bb533eb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:05:47 +0000 Subject: [PATCH] Bump oke-py/npm-audit-action from 2.3.0 to 2.4.1 Bumps [oke-py/npm-audit-action](https://github.com/oke-py/npm-audit-action) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/oke-py/npm-audit-action/releases) - [Commits](https://github.com/oke-py/npm-audit-action/compare/v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: oke-py/npm-audit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 5db1a4b..ecd7b70 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: npm audit - uses: oke-py/npm-audit-action@v2.3.0 + uses: oke-py/npm-audit-action@v2.4.1 with: audit_level: low github_token: ${{ secrets.GITHUB_TOKEN }}