Update codeql-analysis.yml

This commit is contained in:
Tobias Kaminsky 2021-11-25 09:27:46 +01:00 committed by Tobias Kaminsky (Rebase PR Action)
parent 9684b0172d
commit 51dc293fab
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ jobs:
#- run: |
# make bootstrap
# make release
- run: |
mkdir -p $HOME/.gradle
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > $HOME/.gradle/gradle.properties
./gradlew assembleGplayDebug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1