Skip to content

Commit c0ecfcc

Browse files
Update codeql-analysis.yml
1 parent 6eddac8 commit c0ecfcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
with:
5858
languages: ${{ matrix.language }}
5959
threads: 4
60-
init-heap: 1024M # Initial heap size
61-
max-heap: 4096M # Maximum heap size
62-
#ram: 8384
60+
#init-heap: 1024M # Initial heap size
61+
#max-heap: 4096M # Maximum heap size
62+
ram: 4096M
6363

6464
# If you wish to specify custom queries, you can do so here or in a config file.
6565
# By default, queries listed here will override any specified in a config file.
@@ -83,8 +83,8 @@ jobs:
8383
- name: Grant execute permission for gradlew
8484
run: chmod +x gradlew
8585
- name: Build #with Gradle
86-
run: #gradle clean build "-Dorg.gradle.jvmargs=-Xmx4g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
87-
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/20.0.2-9/x64/bin/java -Dfile.encoding=UTF-8, -Xmx4096M, -Xms1024M, -Xss16M, -Djdk.util.zip.disableZip64ExtraFieldValidation=true, --add-opens, java.base/sun.reflect.annotation=ALL-UNNAMED, -classpath, /opt/hostedtoolcache/CodeQL/2.15.3/x64/codeql/java/tools/semmle-extractor-java.jar:/opt/hostedtoolcache/CodeQL/2.15.3/x64/codeql/java/tools/lombok-javac-extend.jar, com.semmle.extractor.java.JavaExtractor, --jdk-version, 20, --javac-args, @@@/usr/local/vss-agent/2.311.0/_work/_temp/codeql_databases/java/log/ext/javac.args
86+
run: gradle clean build "-Dorg.gradle.jvmargs=-Xmx4g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
87+
8888
- name: Perform CodeQL Analysis
8989
uses: github/codeql-action/analyze@v2
9090
with:

0 commit comments

Comments
 (0)