Conversation
The Github backend keeps reporting errors. Let's remove and add.
Contributor
There was a problem hiding this comment.
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.
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.
Description
The Github backend keeps reporting errors. Let's remove and add.
Related Issue
N/A
Tasks
make formatto fix code style.CHANGELOG.md(if applicable).