From 3b7b95bf4a79db27c6996f2602be88e44fb4f825 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 14 Mar 2020 20:35:30 +0900 Subject: [PATCH] update npm-audit-action to v1.2.0 (#50) --- .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 2c97db7..63b5e90 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.1.0 + - uses: oke-py/npm-audit-action@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index 6efe576..eb9ad01 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.1.0 + - uses: oke-py/npm-audit-action@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py