Skip to content

Commit fe08306

Browse files
authored
Merge pull request #1916 from tkatila/codeql-fix
codeql: install libze to allow full analysis
2 parents aace103 + 8666b15 commit fe08306

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)