Skip to content

Commit aa67e9e

Browse files
authored
Update codeql.yml
1 parent bb6ef7a commit aa67e9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
language: [ 'cpp', 'java', 'javascript', 'python', 'ruby' ]
41+
language: [ 'java' ]
4242
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
4343
# Use only 'java' to analyze code written in Java, Kotlin or both
4444
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
@@ -47,6 +47,9 @@ jobs:
4747
steps:
4848
- name: Checkout repository
4949
uses: actions/checkout@v3
50+
- uses: actions/setup-java@v1
51+
with:
52+
java-version: 17
5053

5154
# Initializes the CodeQL tools for scanning.
5255
- name: Initialize CodeQL

0 commit comments

Comments
 (0)