Skip to content

Delete .github/workflows/codeql.yml#269

Merged
biow0lf merged 1 commit into
mainfrom
biow0lf-patch-1
Jul 20, 2026
Merged

Delete .github/workflows/codeql.yml#269
biow0lf merged 1 commit into
mainfrom
biow0lf-patch-1

Conversation

@biow0lf

@biow0lf biow0lf commented Jul 20, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the repository’s CodeQL GitHub Actions workflow, which currently performs scheduled and PR/push-triggered CodeQL analysis for Ruby and publishes results to the code-scanning dashboard.

Changes:

  • Delete .github/workflows/codeql.yml, removing the CodeQL initialization, autobuild, and analysis steps.
  • Remove the scheduled weekly CodeQL run and CodeQL analysis on pushes/PRs to main.
Comments suppressed due to low confidence (1)

.github/workflows/codeql.yml:1

  • Deleting this workflow disables repository-defined CodeQL code scanning for Ruby (no other workflow in this repo runs github/codeql-action/init / analyze). Unless you are migrating to GitHub's CodeQL "Default setup" or another SAST pipeline, this will remove code-scanning alerts on PRs/pushes and scheduled runs. Consider keeping CodeQL enabled (either by retaining this workflow or replacing it with a reusable org workflow) and document the intended replacement if CodeQL is being moved out-of-repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@biow0lf
biow0lf merged commit 66f9008 into main Jul 20, 2026
4 checks passed
@biow0lf
biow0lf deleted the biow0lf-patch-1 branch July 20, 2026 13:53
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