Skip to content

Commit 0a8e46a

Browse files
Revert "CodeQL to use custom build"
This reverts commit dac7c9d.
1 parent dac7c9d commit 0a8e46a

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: Custom build
44-
run: bash ./gradlew assembleDebug
43+
- name: Auto build
44+
uses: github/codeql-action/autobuild@v4
4545
- name: Perform CodeQL Analysis
4646
uses: github/codeql-action/analyze@v4
4747
with:

0 commit comments

Comments
 (0)