Skip to content

Commit 8a47096

Browse files
RafaelGSSaduh95
authored andcommitted
tools: ignore deps/ and benchmark/ for CodeQL
PR-URL: #58254 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 9d5e969 commit 8a47096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/codeql-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: CodeQL config
22

33
paths-ignore:
44
- test
5-
- deps/v8/test
6-
- deps/v8/tools
5+
- deps
6+
- benchmark

0 commit comments

Comments
 (0)