Skip to content

Commit a187288

Browse files
committed
Third try
1 parent 6f382d6 commit a187288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up JDK
17-
uses: actions/setup-java@v2
17+
uses: actions/setup-java@v3
1818
with:
19+
distribution: 'temurin'
1920
java-version: 17
2021
- name: Cache SonarCloud packages
2122
uses: actions/cache@v1

0 commit comments

Comments
 (0)