Pin reusable workflow refs to immutable SHA (fixes #5940, #5941)#5945
Pin reusable workflow refs to immutable SHA (fixes #5940, #5941)#5945Copilot wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits. 📝 Please follow instructions in the contributing guide to update your commits with the DCO Full details of the Developer Certificate of Origin can be found at developercertificate.org. The list of commits missing DCO signoff:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
❌ Deploy Preview for kubestellar-docs failed. Why did it fail? →
|
|
Hi @Copilot. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Replaces mutable
@mainrefs in all reusable workflowuses:directives with the pinned commit SHA2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9. Using branch-name refs is a supply-chain risk: a compromised or force-pushedmaininkubestellar/infrawould silently execute arbitrary code in all consuming workflows.📝 Summary of Changes
.github/workflows/updated to pinkubestellar/infrareusable workflow refs to@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9Changes Made
add-help-wanted.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9ai-fix.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9assignment-helper.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9copilot-automation.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9copilot-dco.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9feedback.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9greetings.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9label-helper.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9pr-verifier.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9scorecard.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9stale.yml—@main→@2cdb7c22649c4e5cd36edc2d2fc57de96949e7a9Before / After:
Checklist
Security Considerations
If this PR modifies any security-sensitive files, confirm:
Leave unchecked if not applicable. See CONTRIBUTING.md for details.
Screenshots or Logs (if applicable)
N/A — YAML-only change, no runtime behavior altered.
👀 Reviewer Notes
Workflows with elevated permissions (
ai-fix.yml,copilot-automation.yml,greetings.yml,pr-verifier.yml) already have fork guards in place; this change removes the remaining supply-chain exposure by eliminating all mutable ref dependencies onkubestellar/infra.Original prompt