From 47ffa593425b3afc8e7236b81c13508196bec3a9 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sun, 9 May 2021 17:25:00 +0900 Subject: [PATCH] update: scan v1.7.2 --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index a876484..447ca7d 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.7.1 + - uses: oke-py/npm-audit-action@v1.7.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py