Skip to content

Commit 8a82754

Browse files
authored
Merge branch 'main' into fix-622-improve-ci
2 parents b18184f + 30a2383 commit 8a82754

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "CodeQL Config"
2+
3+
queries:
4+
- uses: security-extended@v1
5+
6+
paths:
7+
- src
8+
- tests
9+
- .github/workflows
10+
11+
paths-ignore:
12+
- '/ffmpeg'
13+
14+
query-filters:
15+
- include:
16+
tags contain: security
17+
tags contain: python
18+
tags contain: github-actions

0 commit comments

Comments
 (0)