Commit fa126b1
authored
⚙️ [Maintenance]: Pin Process-PSModule workflow to v5.4.2 (#25)
This PR pins the Process-PSModule reusable workflow to a specific
release version for improved stability and reproducibility.
## Summary
- Pinned `PSModule/Process-PSModule` workflow to commit SHA
`a15249813c1d7e1a0e4faa2c936fe4978f03845d` (v5.4.2)
- Added version comment for easy identification of the pinned version
## What's Changed
### Workflow Version Pinning
The reusable workflow reference has been updated from a branch reference
to a commit SHA:
| Before | After |
|--------|-------|
| `@test/important-file-changes` |
`@a15249813c1d7e1a0e4faa2c936fe4978f03845d` (v5.4.2) |
### Benefits
- **Reproducibility**: Builds are now deterministic and won't change
unexpectedly
- **Security**: Protects against supply chain attacks via compromised
branches
- **Stability**: Workflow behavior is locked to a known-good release
## Upgrade Impact
| Impact | Description |
|--------|-------------|
| **Breaking Changes** | None |
| **Required Actions** | None |
| **Behavior Change** | Workflow is now pinned to v5.4.2 instead of
following a branch |1 parent ae2c700 commit fa126b1
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
0 commit comments