Skip to content

Commit 8872b3e

Browse files
committed
update docs
1 parent c7c3ebb commit 8872b3e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ jobs:
6363
steps:
6464
- name: Checkout repository
6565
uses: actions/checkout@v5
66-
66+
- name: Set up JDK
67+
uses: actions/setup-java@v5
68+
with:
69+
java-version: '25'
70+
distribution: 'temurin'
6771
# Initializes the CodeQL tools for scanning.
6872
- name: Initialize CodeQL
6973
uses: github/codeql-action/init@v3.28.21

0 commit comments

Comments
 (0)