Skip to content

Commit b1951ff

Browse files
ci: bump oke-py/npm-audit-action from 2 to 4
Bumps [oke-py/npm-audit-action](https://github.com/oke-py/npm-audit-action) from 2 to 4. - [Release notes](https://github.com/oke-py/npm-audit-action/releases) - [Commits](oke-py/npm-audit-action@v2...v4) --- updated-dependencies: - dependency-name: oke-py/npm-audit-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74ce99e commit b1951ff

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)