We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bff90 commit 55145d8Copy full SHA for 55145d8
.github/workflows/codeql.yml
@@ -51,13 +51,7 @@ jobs:
51
run: |
52
CODEQL_BIN="/opt/hostedtoolcache/CodeQL/2.23.6/x64/codeql/codeql"
53
DB_PATH="/home/runner/work/_temp/codeql_databases/java"
54
-
55
- # Execute the trace-command with the crucial --no-daemon flag
56
- $CODEQL_BIN database trace-command \
57
- --database $DB_PATH \
58
- --lang java \
59
- -- \
60
- ./gradlew assembleRelease --no-daemon -x test -x lint
+ ./gradlew assembleRelease --no-daemon -x test -x lint
61
62
- name: Perform CodeQL Analysis
63
uses: github/codeql-action/analyze@v4
0 commit comments