fix(ci): trim CodeQL matrix to valid languages

Remove javascript-typescript and actions from CodeQL matrix — this
repo contains only Go and Python. Invalid languages blocked SARIF
upload and prevented merge.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-04 13:01:18 +00:00
parent d4afcc2918
commit 192769ea69

View file

@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [go, javascript-typescript, python, actions]
language: [go, python]
steps:
- name: Checkout