chore(codeql): manual build mode w/ gradle command

pull/1936/head^2
James Rich 2025-05-25 21:12:54 -05:00 zatwierdzone przez GitHub
rodzic cfad21c286
commit 55eba003c7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -83,8 +83,8 @@ jobs:
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- name: Build debug artifacts
run: ./gradlew assembleDebug
# - name: Build debug artifacts
# run: ./gradlew assembleDebug
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
@ -107,13 +107,15 @@ jobs:
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1
run: ./gradlew assembleDebug
# run: |
# echo 'If you are using a "manual" build mode for one or more of the' \
# 'languages you are analyzing, replace this with the commands to build' \
# 'your code, for example:'
# echo ' make bootstrap'
# echo ' make release'
# exit 1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3