Skip to content

Commit 9a59e7b

Browse files
committed
Add set up JSK step to CodeQL workflow
1 parent 6e71b1f commit 9a59e7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v4
4646

47+
- name: Set up JDK
48+
uses: actions/setup-java@v4
49+
with:
50+
distribution: temurin
51+
java-version: 21
52+
4753
# Initializes the CodeQL tools for scanning.
4854
- name: Initialize CodeQL
4955
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)