From 86587558c6cff7cce568f5595ab6882d7272ebc8 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Fri, 11 Sep 2020 13:08:07 +0000 Subject: [PATCH] use v1.5.2 --- .github/workflows/daily.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 2aedb71..043ee2a 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.5.1 + - uses: oke-py/npm-audit-action@v1.5.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index 3d4a1bd..9ef8ca7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.5.1 + - uses: oke-py/npm-audit-action@v1.5.2 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }}