Skip to content

Commit c1f8381

Browse files
committed
ci: add kotlin src to codeql paths
1 parent 99a56c5 commit c1f8381

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/codeql-config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
paths:
22
- src
3-
- android/src/main/java
3+
- android
44
- .github/actions
55

66
paths-ignore:
7-
- 'examples/**/android/**'
7+
- 'examples/**'
8+
- 'android/build/**'
9+
- 'android/.gradle/**'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build-mode: none
3939
dependency-caching: true
4040
- language: java
41-
build-mode: none
41+
build-mode: autobuild
4242
dependency-caching: true
4343
# Not analyzing .m (Objective-C) & .h (Objective-C header) files for now unless CodeQL supports it in the future
4444

0 commit comments

Comments
 (0)