We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a35fc3 commit 68b52a5Copy full SHA for 68b52a5
.github/workflows/codeql.yaml
@@ -24,9 +24,8 @@ jobs:
24
- name: Initialize CodeQL
25
uses: github/codeql-action/init@v3
26
with:
27
+ build-mode: autobuild
28
languages: kotlin
- - name: Autobuild
29
- uses: github/codeql-action/autobuild@v3
30
- run: find app/build/intermediates/ -name 'lint-resources.xml' -delete
31
shell: bash
32
- name: Perform CodeQL Analysis
0 commit comments