From 40125ca0899929a1cb63e9c9b9cdb49bc90e2400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 04:22:42 +0000 Subject: [PATCH] Bump oke-py/npm-audit-action from 2.3.0 to 2.4.0 Bumps [oke-py/npm-audit-action](https://github.com/oke-py/npm-audit-action) from 2.3.0 to 2.4.0. - [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.0) --- 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..26e2d80 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.0 with: audit_level: low github_token: ${{ secrets.GITHUB_TOKEN }}