Skip to content

Commit 5ed62c4

Browse files
committed
no-daemon
1 parent 3858e7c commit 5ed62c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# --no-build-cache is required for codeql to analyze all modules
5353
# --no-daemon is required for codeql to observe the compilation
5454
# (see https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis#specifying-build-commands)
55-
run: ./gradlew assemble --no-build-cache
55+
run: ./gradlew assemble --no-build-cache --no-daemon
5656

5757
- name: Perform CodeQL analysis
5858
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)