Skip to content

Commit

Permalink
fix: switch snyk action to use maven
Browse files Browse the repository at this point in the history
  • Loading branch information
bmunguli committed Jan 8, 2024
1 parent 323f392 commit 8fb8c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk17@master
uses: snyk/actions/maven@master
continue-on-error: true # To make sure that SARIF upload gets called
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit 8fb8c70

Please sign in to comment.