Skip to content

fix CodeQL action: remove#3001

Merged
afranken merged 1 commit intomainfrom
fix-codeql-action
Mar 20, 2026
Merged

fix CodeQL action: remove#3001
afranken merged 1 commit intomainfrom
fix-codeql-action

Conversation

@afranken
Copy link
Member

Description

The Github backend keeps reporting errors. Let's remove and add.

Related Issue

N/A

Tasks

  • I have signed the CLA.
  • I have written tests and verified that they fail without my change.
  • I have run make format to fix code style.
  • I have updated CHANGELOG.md (if applicable).
  • I have updated documentation (if applicable).

The Github backend keeps reporting errors. Let's remove and add.
Copilot AI review requested due to automatic review settings March 20, 2026 17:32
@afranken afranken merged commit 5cc03df into main Mar 20, 2026
5 checks passed
@afranken afranken deleted the fix-codeql-action branch March 20, 2026 17:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes the repository’s CodeQL GitHub Actions workflow in response to persistent CodeQL run errors, impacting the repo’s code-scanning setup.

Changes:

  • Deleted .github/workflows/codeql.yml, disabling CodeQL analysis on push and pull requests.
Comments suppressed due to low confidence (2)

.github/workflows/codeql.yml:1

  • This change removes the CodeQL workflow entirely, which means CodeQL analysis will no longer run on pushes/PRs and the repo will stop producing CodeQL code-scanning results. If the intent is to address failing runs, consider fixing the workflow configuration (or replacing it with a new workflow in this PR) rather than deleting it without an alternative.
    .github/workflows/codeql.yml:1
  • PR title/description indicate "fix CodeQL action" and "remove and add", but this diff only deletes the workflow and does not add a replacement. Either add the new/updated CodeQL workflow in this PR, or update the PR metadata to clearly state that CodeQL is being disabled (and for how long / what replaces it).

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

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