Skip to content

Commit 1a8c766

Browse files
committed
Git. Updared SARIF action verion for semgrep
1 parent ddad9d0 commit 1a8c766

File tree

3 files changed

+3
-425
lines changed

3 files changed

+3
-425
lines changed

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# upload the results for the CodeQL GitHub app to annotate the code
4545
- name: Save SARIF results as artifact
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: semgrep-scan-results
4949
path: semgrep-results.sarif

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
!jest.config.js
88
*.d.ts
99
node_modules
10+
!lib/**/package-lock.json
11+
lib/**/foo.bar
1012

1113
# CDK asset staging directory
1214
.cdk.staging

0 commit comments

Comments
 (0)