From 6dc0f0d59658f584dcbfdc12b5e2eea316ff8edb Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 24 May 2026 15:56:37 +0200 Subject: [PATCH] ci: restore python to CodeQL matrix Two Python scripts are tracked in the repo (scripts/convert_mitm_script.py, scripts/patch-stockholm-bridge.py). The original GitHub-generated codeql.yml included language:python; our adapted version dropped it unintentionally. Restores parity with what GitHub auto-detected. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e73e3c6..725ed81 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,6 +28,8 @@ jobs: build-mode: autobuild - language: javascript-typescript build-mode: none + - language: python + build-mode: none steps: - name: Checkout repository