Skip to content

Commit ae8c3be

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

@@ -46,7 +46,7 @@
4646
- name: Initialize CodeQL
4747
uses: github/codeql-action/init@v3
4848
with:
49-
languages: ${{ matrix.langauge }}
49+
languages: ${{ matrix.language }}
5050
build-mode: ${{ matrix.build-mode }}
5151

5252
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)