chore(catalog): re-pin shared verify action to merged .github main - #3
Merged
Merged
Conversation
Point catalog-admission's verify step at the merged attested-delivery/.github main SHA (b74df46), which includes the engine fixes from .github #16 and #17. Replaces the transient pin to #16's branch commit.
There was a problem hiding this comment.
Pull request overview
Re-pins the shared plugin-catalog-update verify action used by the catalog-admission workflow from a transient PR branch SHA to the merged attested-delivery/.github main commit SHA, removing reliance on the former feature-branch pin.
Changes:
- Update
uses:reference for the shared verify action tob74df46cd6e64777bd557a41c6f75a933cbc9617(merged.githubmain). - Remove now-obsolete comments referring to the previous PR-branch pin.
💡 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.
Re-pins
catalog-admission's shared verify action from the transient #16 branch commit to the mergedattested-delivery/.githubmain SHAb74df46, which includes the engine fixes from .github #16 and #17 (entry-scoped re-pin, PR-number selector, slug normalization, ref insertion).This removes ccp
main's dependency on the (now-mergeable) #16 feature branch commit. actionlint + pin-check clean; the cross-repo verify step was exercised green via workflow_dispatch on a prior branch (no-op at zero external entries).