From 8196a9cc9081f69c9593437c3ae17d32e64577a4 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 15 Jan 2022 18:33:23 +0900 Subject: [PATCH] Release v1.8.3 (#105) * 1.8.3 * update README and daily action to use v1.8.3 --- .github/workflows/daily.yml | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 4b3b97a..1a14941 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.8.2 + - uses: oke-py/npm-audit-action@v1.8.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index b3a2202..3989131 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.8.2 + - uses: oke-py/npm-audit-action@v1.8.3 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 341ca4d..ca35d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.8.2", + "version": "1.8.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 19fb013..41b5301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.8.2", + "version": "1.8.3", "private": true, "description": "GitHub Action to run `npm audit`", "main": "lib/main.js",