Skip to content

Fix failing CodeQL "Analyze (python)" job by removing conflicting advanced-setup workflow - #20

Closed
Arun Iyer (aruniyer) with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-analyze-python-job
Closed

Fix failing CodeQL "Analyze (python)" job by removing conflicting advanced-setup workflow#20
Arun Iyer (aruniyer) with Copilot wants to merge 3 commits into
mainfrom
copilot/fix-analyze-python-job

Conversation

Copilot AI commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

The Analyze (python) job in the CodeQL Actions workflow was failing during SARIF upload with a configuration error, blocking code scanning results from being reported.

Root cause

  • GitHub's default CodeQL setup is enabled for this repository, but the repo also carried a custom "advanced configuration" workflow at .github/workflows/codeql.yml.
  • GitHub does not permit both to run concurrently — SARIF uploads from the advanced workflow are rejected with: CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled.

Change

  • Removed .github/workflows/codeql.yml, leaving CodeQL scanning to the repository's default setup exclusively.
  • Confirmed no other files reference this workflow.

Co-authored-by: aruniyer <429556+aruniyer@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Analyze (python) Fix failing CodeQL "Analyze (python)" job by removing conflicting advanced-setup workflow Sep 3, 2026
@aruniyer

Copy link
Copy Markdown
Collaborator

Copilot resolve the merge conflicts in this pull request

…ython-job

# Conflicts:
#	.github/workflows/codeql.yml

Co-authored-by: aruniyer <429556+aruniyer@users.noreply.github.com>

Copilot AI commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Copilot resolve the merge conflicts in this pull request

Resolved in 2fab2d6. Main already fixed the same issue via upload: never on the CodeQL analyze step, so I merged main and kept that version instead of deleting the workflow file.

@aruniyer
Arun Iyer (aruniyer) deleted the copilot/fix-analyze-python-job branch September 3, 2026 05:28
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