We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f382d6 commit a187288Copy full SHA for a187288
.github/workflows/build.yml
@@ -14,8 +14,9 @@ jobs:
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Set up JDK
17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
18
19
+ distribution: 'temurin'
20
java-version: 17
21
- name: Cache SonarCloud packages
22
uses: actions/cache@v1
0 commit comments