Skip to content

Commit ba84d4f

Browse files
Isolating to java, messing with the order of operations, I have no idea.
1 parent ae8c3be commit ba84d4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

3937
steps:
4038
- name: Checkout repository
@@ -51,3 +49,5 @@
5149

5250
- name: Perform CodeQL Analysis
5351
uses: github/codeql-action/analyze@v3
52+
with:
53+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)