Skip to content

Commit e0215fc

Browse files
authored
Update codeql.yml
1 parent d811ee6 commit e0215fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
include:
5050
- language: python
5151
build-mode: none
52+
config: |
53+
paths:
54+
- vllm/_custom_ops.py
55+
- vllm/_ipex_ops.py
5256
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
5357
# Use `c-cpp` to analyze code written in C, C++ or both
5458
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)