Skip to content

Commit 7e7f7be

Browse files
authored
Update main.yml
1 parent d58317f commit 7e7f7be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ jobs:
3232
uses: github/codeql-action/upload-sarif@v3
3333
with:
3434
sarif_file: snyk_sast_results.json
35-
35+
36+
- name: Use the Upload Artifact GitHub Action
37+
uses: actions/upload-artifact@v2
38+
with:
39+
name: snyk_sast_results_json
40+
path: snyk_sast_results.json
41+
3642
- name: Install packages
3743
run: mvn install
3844

0 commit comments

Comments
 (0)