docs: use 1.7.1 in the sample
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- uses: oke-py/npm-audit-action@v1.7.0
|
- uses: oke-py/npm-audit-action@v1.7.1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue_assignees: oke-py
|
issue_assignees: oke-py
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- uses: oke-py/npm-audit-action@v1.7.0
|
- uses: oke-py/npm-audit-action@v1.7.1
|
||||||
with:
|
with:
|
||||||
audit_level: moderate
|
audit_level: moderate
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user