Skip to content

Commit d811ee6

Browse files
authored
Update codeql.yml
1 parent 826df12 commit d811ee6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,18 @@ jobs:
6767
# - name: Setup runtime (example)
6868
# uses: actions/setup-example@v1
6969

70+
- name: Clone vLLM and apply patch
71+
run: |
72+
git clone -b v0.8.3 https://github.com/vllm-project/vllm.git vllm-upstream
73+
cd vllm-upstream
74+
git apply ../vllm/patches/vllm_for_multi_arc.patch
75+
7076
# Initializes the CodeQL tools for scanning.
7177
- name: Initialize CodeQL
7278
uses: github/codeql-action/init@v3
7379
with:
7480
languages: ${{ matrix.language }}
7581
build-mode: ${{ matrix.build-mode }}
76-
queries: +security-extended
7782
# If you wish to specify custom queries, you can do so here or in a config file.
7883
# By default, queries listed here will override any specified in a config file.
7984
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)