Skip to content

Commit d88fac7

Browse files
authored
Add LLVM 22 setup step to CodeQL workflow
1 parent e668434 commit d88fac7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v6
2222

23+
- name: Setup LLVM 22
24+
uses: ZhongRuoyu/setup-llvm@v0
25+
with:
26+
llvm-version: 22
27+
2328
- name: Initialize CodeQL
2429
uses: github/codeql-action/init@v4
2530
with:

0 commit comments

Comments
 (0)