Skip to content

Commit

Permalink
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 a73cffb commit d5336a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up Java 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
architecture: x64
- name: Scan SDK
Expand Down

0 comments on commit d5336a2

Please sign in to comment.