You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ jobs:
57
57
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
58
58
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
59
59
# 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
+
60
64
steps:
61
65
- name: Checkout repository
62
66
uses: actions/checkout@v4
@@ -73,12 +77,7 @@ jobs:
73
77
74
78
# 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
75
79
# 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
+
82
81
# If the analyze step fails for one of the languages you are analyzing with
83
82
# "We were unable to automatically build your code", modify the matrix above
84
83
# to set the build mode to "manual" for that language. Then modify this step
0 commit comments