We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2406f6 commit 9567cbaCopy full SHA for 9567cba
.github/workflows/node.js.yml
@@ -38,9 +38,9 @@ jobs:
38
steps:
39
# It also needs to check out the code to be able to scan it
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
42
43
# Run the official Semgrep action
44
- name: Run Semgrep
45
# uses: returntocorp/semgrep-action@v1
46
- - run: semgrep scan
+ run: semgrep scan
0 commit comments