Update code scanning workflow to v7
All checks were successful
discord bot tests / discord bot tests (push) Successful in 11s
All checks were successful
discord bot tests / discord bot tests (push) Successful in 11s
This commit is contained in:
parent
b36a71d517
commit
ac12ec85e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/njsscan.yml
vendored
2
.github/workflows/njsscan.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: nodejsscan scan
|
- name: nodejsscan scan
|
||||||
id: njsscan
|
id: njsscan
|
||||||
uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711
|
uses: ajinabraham/njsscan-action@v7
|
||||||
with:
|
with:
|
||||||
args: '. --sarif --output results.sarif || true'
|
args: '. --sarif --output results.sarif || true'
|
||||||
- name: Upload njsscan report
|
- name: Upload njsscan report
|
||||||
|
|
Loading…
Add table
Reference in a new issue