From ab7a43fa767de0dad98b4f95e342b98b6deadfa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 04:28:48 +0000 Subject: [PATCH] Bump oke-py/npm-audit-action from 2.2.0 to 2.3.0 Bumps [oke-py/npm-audit-action](https://github.com/oke-py/npm-audit-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/oke-py/npm-audit-action/releases) - [Commits](https://github.com/oke-py/npm-audit-action/compare/v2.2.0...v2.3.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 dbbe301..5db1a4b 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.2.0 + uses: oke-py/npm-audit-action@v2.3.0 with: audit_level: low github_token: ${{ secrets.GITHUB_TOKEN }}