Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 36c8091

Browse files
committed
add Java 21
1 parent bd0ef21 commit 36c8091

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ jobs:
8686
# to build your code.
8787
# ℹ️ Command-line programs to run using the OS shell.
8888
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
89+
- name: Set up JDK 21
90+
if: matrix.build-mode == 'manual'
91+
uses: actions/setup-java@v4
92+
with:
93+
java-version: '21'
94+
distribution: 'corretto'
95+
8996
- name: Install ChimeSMALibrary Parent POM
9097
if: matrix.build-mode == 'manual'
9198
shell: bash

0 commit comments

Comments
 (0)