diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 92fc470..e75e4e8 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.4 + - uses: oke-py/npm-audit-action@v1.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index 3e82eb2..3cdfca1 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.7.4 + - uses: oke-py/npm-audit-action@v1.8.0 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package-lock.json b/package-lock.json index f4ab90c..b35b314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-audit-action", - "version": "1.7.4", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-audit-action", - "version": "1.7.4", + "version": "1.8.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index cf37711..bb69e35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.7.4", + "version": "1.8.0", "private": true, "description": "GitHub Action to run `npm audit`", "main": "lib/main.js",