Skip to content

Commit 2f8e318

Browse files
authored
Update codeql.yml
1 parent e0215fc commit 2f8e318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
build-mode: none
5252
config: |
5353
paths:
54-
- vllm/_custom_ops.py
55-
- vllm/_ipex_ops.py
54+
- vllm-upstream/vllm/_custom_ops.py
55+
- vllm-upstream/vllm/_ipex_ops.py
5656
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
5757
# Use `c-cpp` to analyze code written in C, C++ or both
5858
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)