Skip to content

Commit dc7ecca

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
testing fixes for CodeQL
1 parent 7d2c088 commit dc7ecca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '30 1 * * *'
66
workflow_dispatch:
7+
push:
8+
branches:
9+
- '**'
710

811
jobs:
912
analyze:
@@ -33,6 +36,11 @@ jobs:
3336
# skipping build cache is needed so that all modules will be analyzed
3437
run: ./gradlew assemble --no-build-cache
3538

39+
- name: Build native C++ code
40+
run: |
41+
cd etw/native
42+
./gradlew build
43+
3644
- name: Perform CodeQL analysis
3745
uses: github/codeql-action/analyze@v3
3846

0 commit comments

Comments
 (0)