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 6f7a534 commit ba40b91Copy full SHA for ba40b91
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3.5.3
20
21
- name: Set up JDK 17
22
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@v3.13.0
23
with:
24
java-version: '17'
25
distribution: 'adopt'
.github/workflows/sonarcloud.yml
@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Set up Java 16
26
27
28
java-version: '16'
29
0 commit comments