We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8e318 commit 33d8bcfCopy full SHA for 33d8bcf
.github/workflows/codeql.yml
@@ -83,6 +83,10 @@ jobs:
83
with:
84
languages: ${{ matrix.language }}
85
build-mode: ${{ matrix.build-mode }}
86
+ config: |
87
+ paths:
88
+ - vllm-upstream/vllm/_custom_ops.py
89
+ - vllm-upstream/vllm/_ipex_ops.py
90
# If you wish to specify custom queries, you can do so here or in a config file.
91
# By default, queries listed here will override any specified in a config file.
92
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments