Skip to content

Commit dac7c9d

Browse files
CodeQL to use custom build
1 parent 366e2a3 commit dac7c9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: github/codeql-action/init@v4
4141
with:
4242
languages: ${{ matrix.language }}
43-
- name: Auto build
44-
uses: github/codeql-action/autobuild@v4
43+
- name: Custom build
44+
run: bash ./gradlew assembleDebug
4545
- name: Perform CodeQL Analysis
4646
uses: github/codeql-action/analyze@v4
4747
with:

0 commit comments

Comments
 (0)