Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit faa9425

Browse files
authored
fix(ci): use Java 17
1 parent 05fff9a commit faa9425

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v3
30+
31+
- name: Setup Java JDK
32+
uses: actions/[email protected]
33+
with:
34+
java-version: 17
3035

3136
# Initializes the CodeQL tools for scanning.
3237
- name: Initialize CodeQL

0 commit comments

Comments
 (0)