tools: ignore deps/ and benchmark/ for CodeQL

PR-URL: https://github.com/nodejs/node/pull/58254
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rafael Gonzaga 2025-05-15 16:41:17 -03:00 committed by GitHub
parent 306c11fe0a
commit 0c78a48d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,5 +2,5 @@ name: CodeQL config
paths-ignore:
- test
- deps/v8/test
- deps/v8/tools
- deps
- benchmark