There was an error while loading. Please reload this page.
1 parent b5ae084 commit f07db22Copy full SHA for f07db22
1 file changed
.github/workflows/codeql-analysis.yml
@@ -60,10 +60,10 @@ jobs:
60
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
61
restore-keys: |
62
${{ runner.os }}-maven-
63
- - name: Set up JDK 17
+ - name: Set up JDK 21
64
uses: actions/setup-java@v4
65
with:
66
- java-version: '17'
+ java-version: '21'
67
distribution: 'temurin'
68
- name: Checkout fess-parent
69
uses: actions/checkout@v4
0 commit comments