From b58fe175123317d9efb7d9b2779af6e7789bda14 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 16 Oct 2021 18:26:12 +0900 Subject: [PATCH] Release v1.8.2 (#101) * 1.8.2 * update README and daily action to use v1.8.2 --- .github/workflows/daily.yml | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 7921efe..4b3b97a 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.1 + - uses: oke-py/npm-audit-action@v1.8.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index 099ef15..b3a2202 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.1 + - uses: oke-py/npm-audit-action@v1.8.2 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index 121fb19..7fa5489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-audit-action", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-audit-action", - "version": "1.8.1", + "version": "1.8.2", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 43291bc..19fb013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.8.1", + "version": "1.8.2", "private": true, "description": "GitHub Action to run `npm audit`", "main": "lib/main.js",