ci: exclude file that codeql cannot analyse

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

View File

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