Skip to content

chore: remove advanced CodeQL workflow#75

Merged
treardon17 merged 1 commit into
mainfrom
tdr/remove-codeql-workflow
Apr 20, 2026
Merged

chore: remove advanced CodeQL workflow#75
treardon17 merged 1 commit into
mainfrom
tdr/remove-codeql-workflow

Conversation

@treardon17
Copy link
Copy Markdown
Collaborator

Summary

  • Removes .github/workflows/codeql-analysis.yml, which conflicts with the Code Scanning default setup that's enabled in repo settings.
  • GitHub rejects SARIF uploads from advanced workflows when default setup is on: "CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled."
  • The workflow was the GitHub-generated default template with no customization (JavaScript only, stock queries, stock schedule), so removing it and letting the default setup handle Code Scanning is equivalent coverage with no Actions-minutes cost.

Test plan

  • CI green after merge (no more SARIF upload errors on subsequent runs)
  • Verify Code Scanning default setup is still producing analyses (Security tab → Code scanning)

🤖 Generated with Claude Code

The repo has GitHub's Code Scanning "default setup" enabled in
Settings → Code security and analysis, which conflicts with an advanced
workflow file — SARIF uploads from the workflow get rejected with
"CodeQL analyses from advanced configurations cannot be processed when
the default setup is enabled."

This workflow was the GitHub-generated default template with no
customization (javascript language only, stock queries, stock
schedule), so removing it and letting the default setup handle Code
Scanning is equivalent coverage with no Actions minutes cost.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the chore label Apr 19, 2026
@treardon17 treardon17 requested a review from bitencode April 19, 2026 03:01
@treardon17 treardon17 self-assigned this Apr 20, 2026
Copy link
Copy Markdown
Collaborator

@bitencode bitencode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@treardon17 treardon17 merged commit 654ff92 into main Apr 20, 2026
5 checks passed
@treardon17 treardon17 deleted the tdr/remove-codeql-workflow branch April 20, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants