We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13299e7 + 38a1941 commit 1961d29Copy full SHA for 1961d29
.github/workflows/codeql.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Assemble
55
run: |
56
mkdir -p "$HOME/.gradle"
57
- echo "org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
+ echo "org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
58
./gradlew assembleDebug
59
- name: Perform CodeQL Analysis
60
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
0 commit comments