Skip to content

Commit 5c02f2c

Browse files
authored
Build only dev variant for codeql
1 parent 88297c7 commit 5c02f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: gradle/gradle-build-action@v3.1.0
4545
with:
4646
gradle-version: current
47-
arguments: clean assembleDebug --no-build-cache
47+
arguments: clean assembleDevDebug --no-build-cache
4848

4949
- name: Perform CodeQL Analysis
5050
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)