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 b50da43 commit 00be4caCopy full SHA for 00be4ca
.github/workflows/codeanalysis.yaml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Set up JDK 11
17
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
18
19
java-version: 11
20
- name: Build with Maven security checking...
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
25
26
27
java-version: '11'
28
distribution: 'adopt'
0 commit comments