Skip to content

Commit 55145d8

Browse files
committed
updating things in the workflow
1 parent 61bff90 commit 55145d8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@ jobs:
5151
run: |
5252
CODEQL_BIN="/opt/hostedtoolcache/CodeQL/2.23.6/x64/codeql/codeql"
5353
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
54+
./gradlew assembleRelease --no-daemon -x test -x lint
6155
6256
- name: Perform CodeQL Analysis
6357
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)