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 c46df41 commit 73beddfCopy full SHA for 73beddf
.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@v1
+ uses: actions/setup-java@v3
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@v3
24
25
- uses: actions/setup-java@v2
26
27
java-version: '11'
28
distribution: 'adopt'
0 commit comments