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: https://github.com/nodejs/node/pull/58132
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Rich Trott 2025-05-04 22:11:53 -07:00 committed by GitHub
parent f75a1265a8
commit c46b2b9da3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,3 +3,4 @@ name: CodeQL config
paths-ignore:
- test
- deps/v8/test
- deps/v8/tools