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 f911770 commit 4eee1dbCopy full SHA for 4eee1db
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up JDK
35
uses: actions/setup-java@v3
36
with:
37
- java-version: '23'
+ java-version: '11'
38
distribution: 'temurin'
39
40
- name: Build project with Maven (GPG disabled)
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
- name: Import GPG key
0 commit comments