Skip to content

Commit 6eddac8

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282

8383
- name: Grant execute permission for gradlew
8484
run: chmod +x gradlew
85-
- name: Build with Gradle
86-
run: gradle clean build "-Dorg.gradle.jvmargs=-Xmx4g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
87-
85+
- 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
8888
- name: Perform CodeQL Analysis
8989
uses: github/codeql-action/analyze@v2
9090
with:

0 commit comments

Comments
 (0)