Skip to content

Commit f07db22

Browse files
committed
fix: use JDK 21 in CodeQL workflow to match parent 15.7.0 release target
1 parent b5ae084 commit f07db22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
6161
restore-keys: |
6262
${{ runner.os }}-maven-
63-
- name: Set up JDK 17
63+
- name: Set up JDK 21
6464
uses: actions/setup-java@v4
6565
with:
66-
java-version: '17'
66+
java-version: '21'
6767
distribution: 'temurin'
6868
- name: Checkout fess-parent
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)