Skip to content

fix: remove conflicting CodeQL workflow (default setup enabled)#15

Open
4444J99 wants to merge 1 commit into
mainfrom
fix/remove-conflicting-codeql-workflow
Open

fix: remove conflicting CodeQL workflow (default setup enabled)#15
4444J99 wants to merge 1 commit into
mainfrom
fix/remove-conflicting-codeql-workflow

Conversation

@4444J99

@4444J99 4444J99 commented Jun 20, 2026

Copy link
Copy Markdown
Collaborator

The CodeQL analyze CI check has been failing on all PRs with:

CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled

This repo has CodeQL default setup enabled in GitHub's security settings, which conflicts with the advanced codeql.yml workflow file. The workflow's SARIF upload is rejected because the default setup already manages CodeQL scanning.

Fix: Remove the conflicting .github/workflows/codeql.yml file. The default CodeQL setup continues to scan without interruption.

Fixes the base-branch CI breakage blocking PRs #13 and #14.

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.

1 participant