Skip to content

Commit 68b52a5

Browse files
committed
Use the init's autobuild mode
1 parent 0a35fc3 commit 68b52a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
- name: Initialize CodeQL
2525
uses: github/codeql-action/init@v3
2626
with:
27+
build-mode: autobuild
2728
languages: kotlin
28-
- name: Autobuild
29-
uses: github/codeql-action/autobuild@v3
3029
- run: find app/build/intermediates/ -name 'lint-resources.xml' -delete
3130
shell: bash
3231
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)