Skip to content

Commit

Permalink
Update dependencyCheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler authored Oct 11, 2023
1 parent 694abbd commit 0d0cd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencyCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11
java-version: '11'
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand All @@ -27,4 +27,4 @@ jobs:
if: failure()
with:
name: dependency-check-reports
path: build/reports/dependency-check-report*
path: build/reports/dependency-check-report*

0 comments on commit 0d0cd43

Please sign in to comment.