Skip to content

Commit b9dc7ff

Browse files
authored
Update codeql.yml
1 parent e8126ab commit b9dc7ff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
steps:
4242
- name: Checkout repository
4343
uses: actions/checkout@v3
44-
44+
- uses: actions/setup-java@v1
45+
with:
46+
java-version: 17
4547
# Initializes the CodeQL tools for scanning.
4648
- name: Initialize CodeQL
4749
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)