Skip to content

Commit b162c0b

Browse files
authored
Update codeql.yml
Signed-off-by: Daniel Biehl <[email protected]>
1 parent 413d852 commit b162c0b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@ jobs:
7373

7474
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
7575
# queries: security-extended,security-and-quality
76-
76+
- if: matrix.language == 'java-kotlin'
77+
name: Build the code with Gradle
78+
run: ./gradlew buildPlugin
79+
env:
80+
ORG_GRADLE_OPTS: "-Xmx4096m" # Hier setzen Sie die Umgebungsvariable
81+
7782
# If the analyze step fails for one of the languages you are analyzing with
7883
# "We were unable to automatically build your code", modify the matrix above
7984
# to set the build mode to "manual" for that language. Then modify this step

0 commit comments

Comments
 (0)