Skip to content

Commit

Permalink
Merge pull request #1916 from tkatila/codeql-fix
Browse files Browse the repository at this point in the history
codeql: install libze to allow full analysis
  • Loading branch information
mythi authored Dec 4, 2024
2 parents aace103 + 8666b15 commit fe08306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lib-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
go-version-file: go.mod
check-latest: true

- name: install levelzero dev
run: |
sudo apt-get update
sudo apt-get install -y libze1 libze-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
with:
Expand Down

0 comments on commit fe08306

Please sign in to comment.