mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix(ci): build internal flavor for CodeQL
This commit is contained in:
parent
e2e2f4f574
commit
bcde4b9719
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code_quality_analysis.yml
vendored
2
.github/workflows/code_quality_analysis.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Build project
|
- name: Build project
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./gradlew assembleDebug assembleRelease
|
./gradlew assembleDebug assembleInternal
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
|
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue