We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580f829 commit 2878850Copy full SHA for 2878850
.github/workflows/njsscan.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
- name: nodejsscan scan
34
id: njsscan
35
- uses: ajinabraham/njsscan-action@d58d8b2f26322cd35a9efb8003baac517f226d81
+ uses: ajinabraham/njsscan-action@c7b65a3590ade829628b2b3c87b34ac0ce666a79
36
with:
37
args: '. --sarif --output results.sarif || true'
38
- name: Upload njsscan report
.github/workflows/test-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
21
- node-version: 22.6.0
+ node-version: 22.18.0
22
cache: yarn
23
24
- name: Install dependencies
0 commit comments