Pin ready-to-merge.yml reusable workflow to commit SHA#27204
Merged
TravisEz13 merged 3 commits intomasterfrom Apr 7, 2026
Merged
Pin ready-to-merge.yml reusable workflow to commit SHA#27204TravisEz13 merged 3 commits intomasterfrom
TravisEz13 merged 3 commits intomasterfrom
Conversation
Agent-Logs-Url: https://github.com/PowerShell/PowerShell/sessions/1bf8bc5b-edf3-43dc-8f86-d80bf8f54c27 Co-authored-by: TravisEz13 <[email protected]>
Copilot
AI
changed the title
[WIP] Pin ready-to-merge.yml reusable workflow to commit SHA
Pin ready-to-merge.yml reusable workflow to commit SHA
Apr 7, 2026
Agent-Logs-Url: https://github.com/PowerShell/PowerShell/sessions/9e4e0637-190a-4ec4-a56e-eb785d5af4fa Co-authored-by: TravisEz13 <[email protected]>
TravisEz13
approved these changes
Apr 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves GitHub Actions supply-chain security by pinning the PowerShell/compliance reusable workflow reference for ready-to-merge.yml to an immutable commit SHA (while preserving the original v1.0.0 tag as a comment) across all OS CI workflows.
Changes:
- Update
ready-to-merge.ymlreusable workflow reference from@v1.0.0to@c8b3ad5819ad7078f3e375519b4f8c6232d1cbdfin Linux CI. - Update the same reference in Windows CI.
- Update the same reference in macOS CI.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/linux-ci.yml | Pins ready-to-merge.yml reusable workflow to a commit SHA (keeps # v1.0.0 comment). |
| .github/workflows/windows-ci.yml | Pins ready-to-merge.yml reusable workflow to the same commit SHA (keeps # v1.0.0 comment). |
| .github/workflows/macos-ci.yml | Pins ready-to-merge.yml reusable workflow to the same commit SHA (keeps # v1.0.0 comment). |
daxian-dbw
approved these changes
Apr 7, 2026
9 tasks
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TravisEz13 <[email protected]>
9 tasks
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TravisEz13 <[email protected]>
9 tasks
daxian-dbw
pushed a commit
to daxian-dbw/PowerShell
that referenced
this pull request
Apr 9, 2026
) Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TravisEz13 <[email protected]>
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.
ready-to-merge.ymlreference inlinux-ci.ymlto commit SHAc8b3ad5819ad7078f3e375519b4f8c6232d1cbdf # v1.0.0ready-to-merge.ymlreference inwindows-ci.ymlto the same SHAready-to-merge.ymlreference inmacos-ci.ymlto the same SHAOriginal prompt
This pull request was created from Copilot chat.