Update code scanning workflow to v7
All checks were successful
discord bot tests / discord bot tests (push) Successful in 11s

This commit is contained in:
SileNce5k 2024-10-24 01:37:44 +02:00
parent b36a71d517
commit ac12ec85e4
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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