Skip to content

Commit

Permalink
chore|fix: non-working old reference to previous custom setup-java ac…
Browse files Browse the repository at this point in the history
…tion replaced.
  • Loading branch information
drcgjung committed Apr 11, 2024
1 parent 26acff9 commit a38fbe0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: ./.github/actions/setup-java
# Set-Up
- name: Setup JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'

- name: Verify proper formatting
run: ./mvnw spotless:check

Expand Down

0 comments on commit a38fbe0

Please sign in to comment.