Skip to content

Commit c46b2b9

Browse files
authored
tools: exclude deps/v8/tools from CodeQL scans
This will remove three of the four "A parse error occurred" issues during JavaScript CodeQL scans. (The fourth occurrence is in our code base, although it might be a false positive. Someone can figure that one out sooner or later, but we certainly can bypass scanning V8 tools.) PR-URL: #58132 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent f75a126 commit c46b2b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/codeql-config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ name: CodeQL config
33
paths-ignore:
44
- test
55
- deps/v8/test
6+
- deps/v8/tools

0 commit comments

Comments
 (0)