Use the enforced CodeQL default setup - #7
Merged
Conversation
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.
Purpose
The organization enforces CodeQL default setup. The checked-in advanced workflow fails because the organization blocks advanced setup.
What changed
Effect
Technical terms
CodeQL: A GitHub service that scans source code for security problems.default setup: The CodeQL configuration that the organization manages.advanced setup: A CodeQL configuration that uses a repository workflow file.Validation
gh api repos/SemiAnalysisAI/ClusterMAX/code-security-configuration: Pass. The enforced configuration enables default setup and blocks advanced setup.gh api repos/SemiAnalysisAI/ClusterMAX/code-scanning/default-setup: Pass. The default setup state is configured.git diff --check: Pass.Merge plan
Design decisions for approval
Risk and recovery
Excluded work
Note
Low Risk
Deletes a conflicting CI workflow only; scanning shifts to org-managed CodeQL default setup with no application or data-path changes.
Overview
Removes the repository’s custom
.github/workflows/codeql.ymlworkflow so CodeQL no longer runs via the advanced (workflow-file) setup.That workflow previously detected languages on the branch (Actions, C/C++, JS/TS, Python) and ran
github/codeql-actionanalyze jobs on push/PR tomasterandrelease/**, plus a weekly schedule. After this change, security scanning is expected to come only from the organization’s enforced CodeQL default setup, which was blocking the advanced workflow.Reviewed by Cursor Bugbot for commit ad98db4. Bugbot is set up for automated code reviews on this repo. Configure here.