Skip to content

Commit 18ee3cd

Browse files
Isolating to java, messing with the order of operations, yml linting.
1 parent ba84d4f commit 18ee3cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
- language: java-kotlin
35-
build-mode: autobuild
34+
include:
35+
- language: 'java-kotlin'
36+
build-mode: 'autobuild'
37+
- language: 'javascript'
38+
build-mode: 'none''
3639
3740
steps:
3841
- name: Checkout repository

0 commit comments

Comments
 (0)