Skip to content

Commit d9f2cb7

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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
5858
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
5959
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
60+
61+
env:
62+
ORG_GRADLE_OPTS: "-Xmx4096m"
63+
6064
steps:
6165
- name: Checkout repository
6266
uses: actions/checkout@v4
@@ -73,12 +77,7 @@ jobs:
7377

7478
# 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
7579
# queries: security-extended,security-and-quality
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-
80+
8281
# If the analyze step fails for one of the languages you are analyzing with
8382
# "We were unable to automatically build your code", modify the matrix above
8483
# to set the build mode to "manual" for that language. Then modify this step

0 commit comments

Comments
 (0)