Skip to content

Commit

Permalink
Fix setup-java step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Oct 29, 2023
1 parent 31033a3 commit 11f4875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 1.8
distibution: 'temurin'
- name: Maven
run: mvn --errors --batch-mode -Powasp dependency-check:check

0 comments on commit 11f4875

Please sign in to comment.