We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d58dad commit ec48c84Copy full SHA for ec48c84
1 file changed
.github/workflows/sonar.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
with:
16
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
17
- - name: Set up JDK 11
+ - name: Set up JDK 17
18
uses: actions/setup-java@v1
19
20
- java-version: 11
+ java-version: 17
21
- name: Cache SonarCloud packages
22
uses: actions/cache@v1
23
0 commit comments