Skip to content

Commit d58317f

Browse files
authored
Update main.yml
1 parent 4f1cccb commit d58317f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@ jobs:
3232
uses: github/codeql-action/upload-sarif@v3
3333
with:
3434
sarif_file: snyk_sast_results.json
35-
36-
- name: Upload snyk HTML report
37-
uses: actions/upload-artifact@v3
38-
with:
39-
name: snyk_sast_result_json
40-
path: snyk_sast_results.json
41-
35+
4236
- name: Install packages
4337
run: mvn install
4438

0 commit comments

Comments
 (0)