We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee15296 + ebe6289 commit 47b73bcCopy full SHA for 47b73bc
.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout repository
25
uses: actions/checkout@v3
26
- name: Set up JDK 17
27
- uses: actions/setup-java@v3.1.1
+ uses: actions/setup-java@v3.3.0
28
with:
29
java-version: 17
30
distribution: 'adopt'
.github/workflows/sonar.yml
@@ -16,7 +16,7 @@ jobs:
16
17
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18
19
20
21
22
0 commit comments