Skip to content

Commit b99ec29

Browse files
authored
Code Scanning: Additionally exclude Java and C++.
1 parent 39bc978 commit b99ec29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/codeql/codeql-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ name: "CodeQL config"
33
queries:
44
- uses: security-and-quality
55

6-
paths-ignore:
6+
paths-ignore:
7+
- '/cpp/'
8+
- '/java/'
79
- '/python/'

0 commit comments

Comments
 (0)