Skip to content

Commit 31e04d9

Browse files
committed
ci: try to make CodeQL see the compiled sar.so
1 parent 0b094ba commit 31e04d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CodeQL.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
env:
4848
DEMO_SIGN_PUBKEY: ${{ secrets.SAR_DEMO_SIGN_PUBKEY }}
4949
DEMO_SIGN_PRIVKEY: ${{ secrets.SAR_DEMO_SIGN_PRIVKEY }}
50-
run: zig build -Doptimize=Debug -Ddemo-sign-pubkey="$DEMO_SIGN_PUBKEY" -Ddemo-sign-privkey="$DEMO_SIGN_PRIVKEY" -Dcanary=true
50+
run: |
51+
zig build -Doptimize=Debug -Ddemo-sign-pubkey="$DEMO_SIGN_PUBKEY" -Ddemo-sign-privkey="$DEMO_SIGN_PRIVKEY" -Dcanary=true
52+
cp zig-out/lib/sar.so sar.so
5153
5254
- name: Perform CodeQL Analysis
5355
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)