Skip to content

Commit 132e58c

Browse files
committed
fix codeql workflow
1 parent 7d12d2f commit 132e58c

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
@@ -42,6 +42,12 @@ jobs:
4242
- name: Checkout repository
4343
uses: actions/checkout@v4
4444

45+
- name: set up jdk 17
46+
uses: actions/setup-java@v4
47+
with:
48+
distribution: adopt
49+
java-version: 17
50+
4551
# Initializes the CodeQL tools for scanning.
4652
- name: Initialize CodeQL
4753
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)