Skip to content

Commit cbfbc10

Browse files
authored
Specify source root for CodeQL initialization (#188)
Remove manual build step
1 parent 3d948d6 commit cbfbc10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- language: actions
4747
build-mode: none
4848
- language: java-kotlin
49-
build-mode: manual # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
49+
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
5050
- language: javascript-typescript
5151
build-mode: none
5252
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
@@ -80,6 +80,7 @@ jobs:
8080
- name: Initialize CodeQL
8181
uses: github/codeql-action/init@v4
8282
with:
83+
source-root: server/modules/OConnorLabModules
8384
languages: ${{ matrix.language }}
8485
build-mode: ${{ matrix.build-mode }}
8586
# If you wish to specify custom queries, you can do so here or in a config file.

0 commit comments

Comments
 (0)