ci: exclude file that codeql cannot analyse

This commit is contained in:
Daniel Roe 2024-12-18 09:59:47 +00:00
parent c193d40906
commit 7e03b08a6b
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -93,6 +93,8 @@ jobs:
- '**/*.spec.ts'
- '**/*.test.ts'
- '**/__snapshots__/**'
# codeql bug: #L20C9:9: A parse error occurred: `Unexpected token`.
- 'packages/vite/src/runtime/vite-node.mjs'
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis