Skip to content

Commit e9691b6

Browse files
authored
Merge of #1837
2 parents c4a579e + b1951ff commit e9691b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: ${{env.WORKING_DIRECTORY}}
3636

3737
- name: Run npm audit
38-
uses: oke-py/npm-audit-action@v2
38+
uses: oke-py/npm-audit-action@v4
3939
with:
4040
audit_level: low
4141
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/npm_audit_chatbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: ${{env.WORKING_DIRECTORY}}
3636

3737
- name: Run npm audit
38-
uses: oke-py/npm-audit-action@v2
38+
uses: oke-py/npm-audit-action@v4
3939
with:
4040
audit_level: low
4141
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)