Skip to content

Commit 84b7185

Browse files
committed
Use Java25 for CodeQL in main branch
Signed-off-by: onobc <[email protected]>
1 parent 9f72874 commit 84b7185

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ jobs:
5959
- name: Checkout repository
6060
uses: actions/checkout@v4
6161

62-
# Add any setup steps before running the `github/codeql-action/init` action.
63-
# This includes steps like installing compilers or runtimes (`actions/setup-node`
64-
# or others). This is typically only required for manual builds.
65-
# - name: Setup runtime (example)
66-
# uses: actions/setup-example@v1
62+
- name: Set up JDK 25
63+
uses: actions/setup-java@v4
64+
with:
65+
java-version: '25'
66+
distribution: 'liberica'
67+
cache: maven
6768

6869
# Initializes the CodeQL tools for scanning.
6970
- name: Initialize CodeQL

0 commit comments

Comments
 (0)