fix: remove advanced CodeQL workflow conflicting with default setup - #122
Draft
connortechnology with Copilot wants to merge 2 commits into
Draft
fix: remove advanced CodeQL workflow conflicting with default setup#122connortechnology with Copilot wants to merge 2 commits into
connortechnology with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: connortechnology <925519+connortechnology@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job Analyze (cpp)
fix: remove advanced CodeQL workflow conflicting with default setup
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub Code Scanning's default setup (enabled at the repo level) and an advanced workflow-based setup cannot coexist — uploads from the advanced workflow are rejected with
CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled.Changes
.github/workflows/codeql-analysis.yml— removes the advanced setup that conflicts with the already-enabled default setup; CodeQL scanning continues via default setup automatically.