Skip to content

Commit 2878850

Browse files
chore(deps): update github packages
1 parent 580f829 commit 2878850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/njsscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
- name: nodejsscan scan
3434
id: njsscan
35-
uses: ajinabraham/njsscan-action@d58d8b2f26322cd35a9efb8003baac517f226d81
35+
uses: ajinabraham/njsscan-action@c7b65a3590ade829628b2b3c87b34ac0ce666a79
3636
with:
3737
args: '. --sarif --output results.sarif || true'
3838
- name: Upload njsscan report

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22.6.0
21+
node-version: 22.18.0
2222
cache: yarn
2323

2424
- name: Install dependencies

0 commit comments

Comments
 (0)