Skip to content

Commit 8666b15

Browse files
committed
codeql: install libze to allow full analysis
Signed-off-by: Tuomas Katila <[email protected]>
1 parent aace103 commit 8666b15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lib-codeql.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
go-version-file: go.mod
2525
check-latest: true
2626

27+
- name: install levelzero dev
28+
run: |
29+
sudo apt-get update
30+
sudo apt-get install -y libze1 libze-dev
2731
- name: Initialize CodeQL
2832
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
2933
with:

0 commit comments

Comments
 (0)