Skip to content

Commit 9567cba

Browse files
committed
Added semgrep
1 parent a2406f6 commit 9567cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
steps:
3939
# It also needs to check out the code to be able to scan it
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v3
4242

4343
# Run the official Semgrep action
4444
- name: Run Semgrep
4545
# uses: returntocorp/semgrep-action@v1
46-
- run: semgrep scan
46+
run: semgrep scan

0 commit comments

Comments
 (0)