Skip to content

Commit 63a2e2a

Browse files
authored
Update codeql_cpp.yml
1 parent 090101c commit 63a2e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql_cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ jobs:
140140
uses: advanced-security/filter-sarif@v1
141141
with:
142142
patterns: |
143-
-**/tests/*
144-
-**/3rdParty/*
143+
-tests/**/*
144+
-src/3rdParty/**/*
145145
-**/ui_*.h
146146
input: sarif-results/cpp.sarif
147147
output: sarif-results/cpp.sarif

0 commit comments

Comments
 (0)