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 44bf473 commit e20fc25Copy full SHA for e20fc25
.github/workflows/build.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 16
+ - name: Set up JDK 17
18
uses: actions/setup-java@v1
19
20
- java-version: 16
+ java-version: 17
21
- name: Cache SonarCloud packages
22
uses: actions/cache@v1
23
0 commit comments