chore: rm legacy security alert burndown workflows#13662
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes legacy GitHub Agentic Workflows related to the “security alert burndown” campaign, cleaning up unused automation around security alerts, secret scanning triage, and Dependabot bundling.
Changes:
- Remove the
Security Alert Burndownworkflow definition (security-alert-burndown.md) and its compiled GitHub Actions workflow (security-alert-burndown.lock.yml). - Remove the
Secret Scanning Triageworkflow definition (secret-scanning-triage.md) and its compiled workflow (secret-scanning-triage.lock.yml). - Remove the
Dependabot Bundlerworkflow definition (dependabot-bundler.md) and its compiled workflow (dependabot-bundler.lock.yml).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/security-alert-burndown.md |
Deletes the source specification for the Security Alert Burndown agentic workflow. |
.github/workflows/security-alert-burndown.lock.yml |
Deletes the compiled GitHub Actions implementation of the Security Alert Burndown workflow. |
.github/workflows/secret-scanning-triage.md |
Deletes the source specification for the Secret Scanning Triage agentic workflow. |
.github/workflows/secret-scanning-triage.lock.yml |
Deletes the compiled Secret Scanning Triage GitHub Actions workflow and its supporting safe-outputs configuration. |
.github/workflows/dependabot-bundler.md |
Deletes the source specification for the Dependabot Bundler agentic workflow. |
.github/workflows/dependabot-bundler.lock.yml |
Deletes the compiled Dependabot Bundler GitHub Actions workflow and its supporting safe-outputs configuration. |
💡 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.
.github/workflowsdirectory (dependabot bundling, secret scanning triage, and security alert burndown).