Skip to content

Commit 572cba9

Browse files
authored
Update main.yml
1 parent 5241c75 commit 572cba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
uses: github/codeql-action/upload-sarif@v3
3333
with:
3434
sarif_file: snyk_sast_results.json
35-
35+
36+
- name: Install packages
37+
run: mvn install --loglevel=error
3638

3739
- name: Run Snyk Test
3840
run: snyk test --all-projects

0 commit comments

Comments
 (0)