From 66701f0b0edd7f837785731f3e6865e0e3943783 Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Sat, 2 May 2026 21:18:03 +1000 Subject: [PATCH] chore: strip redundant setup-python from codeql workflow (baked into runner image) --- .github/workflows/codeql.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9596c58..49bdb53 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,13 +52,6 @@ jobs: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - # Python setup for accurate analysis - - name: Set up Python - if: matrix.language == 'python' - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 - with: - python-version: "3.12" - - name: Install Python dependencies if: matrix.language == 'python' run: |