Skip to content

Commit

Permalink
fixup! Bump Git actions/setup-java version (1 → 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
irotech committed Mar 11, 2024
1 parent 709967e commit f4ee2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up Java 21
- name: Set up Java 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
java-version: 17
architecture: x64
- name: Scan SDK
run: mvn -B clean install sonar:sonar -Ddependency-check.skip=true -Dgpg.skip=true -Dfindbugs.skip=true
Expand Down

0 comments on commit f4ee2b8

Please sign in to comment.