Skip to content

Commit d8b5948

Browse files
Isolating to java, messing with the order of operations, removing gradle, and again
1 parent 780cf60 commit d8b5948

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql-advanced-security.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
strategy:
3232
fail-fast: false
3333
matrix:
34+
language: java-kotlin
35+
build-mode: autobuild
3436
# Define the matrix of languages to analyze
3537
# language: ['java', 'cpp', 'swift', 'javascript']
3638

@@ -44,8 +46,8 @@
4446
- name: Initialize CodeQL
4547
uses: github/codeql-action/init@v3
4648
with:
47-
languages: java-kotlin
48-
build-mode: autobuild
49+
languages: ${{ matrix.langauge }}
50+
build-mode: ${{ matrix.build-mode }}
4951

5052
- name: Perform CodeQL Analysis
5153
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)