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: |