⬆️ [Dependency]: Bump Process-PSModule to v6.1.4 - #32
Merged
Marius Storhaug (MariusStorhaug) merged 14 commits intoAug 3, 2026
Conversation
The GUID pins module identity (precise pinning), a stricter control than the lock-to-major risk appetite. Keep only the version range.
Updates the reusable workflow reference to Process-PSModule v6.1.4. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Adopts the standard module landing-page format used across PSModule repositories (docs-only). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Adds a #Requires statement to lock test execution to Pester 6.x, matching the version used by Process-PSModule v6.1.4. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Incorporates the test from #13 to cover the empty-main merge case. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
… into bump-process-psmodule-quality-check
…mp-process-psmodule-quality-check
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
August 3, 2026 03:24
Marius Storhaug (MariusStorhaug)
deleted the
bump-process-psmodule-quality-check
branch
August 3, 2026 03:24
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.
Description
This PR bumps the reusable workflow to
Process-PSModulev6.1.4, pulls in the open maintenance/docs changes that make sense, and adds one previously-closed test improvement.Changes
PSModule/Process-PSModule/.github/workflows/workflow.ymlfrom205d193(v5.4.6) toda180ba(v6.1.4).#Requires -Modulesstatement totests/Hashtable.Tests.ps1to lock test execution to Pester 6.x, matching the version used by the new workflow.Quality check
Related PRs
How has this been tested?
Invoke-Pester -Path tests/Hashtable.Tests.ps1executed locally with Pester 6.0.1.Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com