Skip to content

Commit 8423cdf

Browse files
committed
ci: ignore codeql examples and thirdparty
1 parent 9cd9902 commit 8423cdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/everything.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ jobs:
592592
uses: advanced-security/filter-sarif@v1
593593
with:
594594
patterns: |
595-
-source/thirdparty/**/*
595+
-thirdparty/**/*
596+
-examples/**/*
596597
input: sarif-results/cpp.sarif
597598
output: sarif-results/cpp.sarif
598599
- name: Upload SARIF

0 commit comments

Comments
 (0)