馃摉 [Docs]: Owned automation can roll compatible releases out centrally - #176
Merged
Marius Storhaug (MariusStorhaug) merged 5 commits intoAug 15, 2026
Merged
Conversation
Co-authored-by: Copilot App <[email protected]>
Co-authored-by: Copilot App <[email protected]>
Co-authored-by: Copilot App <[email protected]>
Co-authored-by: Copilot App <[email protected]>
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
August 15, 2026 14:15
Marius Storhaug (MariusStorhaug)
deleted the
internal-action-pin-policy
branch
August 15, 2026 14:18
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.
Organization- and initiative-owned GitHub Actions and reusable workflows can now use a controlled floating major tag to receive compatible patch and minor releases centrally. External automation remains pinned to immutable full commit SHAs.
Changed: controlled owned-major references
Owned automation may use a major reference such as
@v8only when controlled release automation exclusively maintains the tag and keeps it within that compatible major line. Breaking releases create a new major and require a deliberate fleet campaign before consumers move.Technical details
The canonical ownership-based rule is defined in
src/docs/Coding-Standards/GitHub-Actions.md. Supporting supply-chain, dependency, PowerShell, repository, review, release-management, framework, and fleet-orchestration guidance now uses the same boundary.Implementation plan progress: all planned documentation changes and validation are complete.
src/docs/Coding-Standards/**src/docs/Ways-of-Working/**src/docs/Capabilities/**Validation completed with the documentation index check, local and cross-repository link checks, and all 95 Pester tests across 7 suites.
Issue convergence sweep: searched open MSXOrg/docs issues for controlled internal Action pinning; no additional convergent delivery issue was found.
Relevant issues (or links)
Related work
Publish-PSModule聽PSModule/Process-PSModule#163