Skip to content

Remove Python from CodeQL language matrix to fix failing Analyze (python) job - #16

Closed
vkshdev with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-analyze-job-python
Closed

Remove Python from CodeQL language matrix to fix failing Analyze (python) job#16
vkshdev with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-analyze-job-python

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

The CodeQL workflow was spawning an Analyze (python) job that fails because this repository has no Python source files. This updates the workflow matrix to only analyze languages present in the repo.

  • Problem

    • Analyze (python) fails with a CodeQL configuration error: no Python source code detected.
  • Workflow change

    • Updated .github/workflows/codeql.yml matrix to include only:
      • javascript-typescript
      • rust
    • Removed the implicit/incorrect Python target from CodeQL analysis coverage.
  • Resulting matrix (excerpt)

strategy:
  fail-fast: false
  matrix:
    include:
      - language: javascript-typescript
        build-mode: none
      - language: rust
        build-mode: none

Copilot AI changed the title [WIP] Fix failing GitHub Actions job Analyze (python) Remove Python from CodeQL language matrix to fix failing Analyze (python) job Aug 4, 2026
Copilot AI requested a review from vkshdev August 4, 2026 17:28
@vkshdev vkshdev closed this Aug 4, 2026
@vkshdev
vkshdev deleted the copilot/fix-analyze-job-python branch August 4, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants