Skip to content

Commit 0c78a48

Browse files
authored
tools: ignore deps/ and benchmark/ for CodeQL
PR-URL: nodejs#58254 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 306c11f commit 0c78a48

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)