Release v1.8.3 (#105)

* 1.8.3

* update README and daily action to use v1.8.3
This commit is contained in:
Naoki Oketani
2022-01-15 18:33:23 +09:00
committed by GitHub
parent f03c7d976f
commit 8196a9cc90
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 }}

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "npm-audit-action",
"version": "1.8.2",
"version": "1.8.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",