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 dfb5647 commit 0d00c85Copy full SHA for 0d00c85
.github/workflows/codequality.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
with:
22
java-version: 17
23
distribution: 'zulu' # Alternative distribution options are available.
0 commit comments