Skip to content

Commit c320043

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
reorder tasks. enable debug logging
1 parent 3299c03 commit c320043

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@ jobs:
2828
uses: github/codeql-action/init@v3
2929
with:
3030
languages: java, c-cpp
31+
debug: true
3132

3233
- name: Setup Gradle
3334
uses: gradle/actions/setup-gradle@v4
3435

36+
- name: Build native C++ code
37+
run: ./gradlew :etw:build
38+
3539
- name: Assemble
3640
# skipping build cache is needed so that all modules will be analyzed
3741
run: ./gradlew assemble --no-build-cache
3842

39-
- name: Build native C++ code
40-
run: ./gradlew :etw:build
41-
4243
- name: Perform CodeQL analysis
4344
uses: github/codeql-action/analyze@v3
4445

0 commit comments

Comments
 (0)