Skip to content

Commit 1f52688

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Sonarcloud script for github-actions. Java version updated.
1 parent ce1ee1f commit 1f52688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19-
- name: Set up JDK 20
19+
- name: Set up JDK
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: 20
22+
java-version: 21
2323
distribution: temurin # Alternative distribution options are available
2424
- name: Cache SonarCloud packages
2525
uses: actions/cache@v4

0 commit comments

Comments
 (0)