Skip to content

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.3 to 5.4.5#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.4.5
Open

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.3 to 5.4.5#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.4.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.3 to 5.4.5.

Release notes

Sourced from PSModule/Process-PSModule/.github/workflows/workflow.yml's releases.

v5.4.5

🩹 [Patch]: Setup/teardown jobs no longer waste runner time when scripts are absent (#300)

The BeforeAll-ModuleLocal and AfterAll-ModuleLocal workflow jobs no longer allocate runners when the corresponding tests/BeforeAll.ps1 or tests/AfterAll.ps1 scripts do not exist in the repository. Repositories without setup/teardown scripts now skip these jobs entirely, saving runner time on every workflow run.

Changed: Runner allocation for setup/teardown jobs

With the Get-PSModuleSettings v1.4.4 update, repositories without tests/BeforeAll.ps1 or tests/AfterAll.ps1 no longer allocate runners for the BeforeAll-ModuleLocal and AfterAll-ModuleLocal jobs. These jobs are now skipped entirely at the settings evaluation stage, before any runner is provisioned.

Previously, both jobs always spun up a runner — even when there was nothing to execute. The runner would check out the repo, invoke the GitHub-Script action, find no script, and exit gracefully. This wasted runner time on every workflow run for the majority of repositories.

Additionally, AfterAllModuleLocal was previously set to $true unconditionally. It now uses the same base conditions as BeforeAllModuleLocal combined with the script existence check. The workflow-level always() condition remains as an additional safeguard for cleanup-after-failure scenarios.

Technical Details

  • Bumps PSModule/Get-PSModuleSettings from v1.4.3 (3d53e12) to v1.4.4 (21c88f4) in Get-Settings.yml.
  • The action change (PSModule/Get-PSModuleSettings#18) adds Test-Path checks for the setup/teardown scripts and sets the Run.BeforeAllModuleLocal / Run.AfterAllModuleLocal flags accordingly, which the existing workflow if: conditions already respect.
  • No structural changes to any reusable workflow files — only a SHA pin update.

v5.4.4

🩹 [Patch]: Workflow dependencies updated to latest versions (#298)

Reusable workflows now reference the latest versions of all action dependencies, picking up upstream bug fixes and improvements.

Changed: Dependency versions in workflows

The following dependencies have been bumped across all workflow files:

Dependency Previous New
actions/download-artifact v7.0.0 v8.0.0
actions/upload-artifact v6.0.0 v7.0.0
PSModule/Build-PSModule v4.0.12 v4.0.13
PSModule/Invoke-Pester v4.2.3 v4.2.4
PSModule/Publish-PSModule v2.2.2 v2.2.3

Affected workflows:

  • Build-Docs.yml
  • Build-Module.yml
  • Build-Site.yml
  • Publish-Module.yml
  • Test-Module.yml
  • Test-ModuleLocal.yml

Technical Details

All references use pinned commit SHAs with version comments. No workflow logic or input/output changes — only the pinned SHAs and version comments were updated.

Commits
  • 3ed96da 🩹 [Patch]: Framework-generated code coverage no longer penalizes module autho...
  • 205d193 🪲 [Fix]: Super-linter can now post PR comment summaries (#308)
  • 4343d76 🩹 [Patch]: Setup/teardown jobs no longer waste runner time when scripts are a...
  • 645cb19 🩹 [Patch]: Workflow dependencies updated to latest versions (#298)
  • b849acd 📖 [Docs]: Module dependency declaration using #Requires -Modules now document...
  • 2fb6675 📖 [Docs]: Add best practices for shared test infrastructure (#285)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [PSModule/Process-PSModule/.github/workflows/workflow.yml](https://github.com/psmodule/process-psmodule) from 5.4.3 to 5.4.5.
- [Release notes](https://github.com/psmodule/process-psmodule/releases)
- [Commits](PSModule/Process-PSModule@60bdf8a...3ed96da)

---
updated-dependencies:
- dependency-name: PSModule/Process-PSModule/.github/workflows/workflow.yml
  dependency-version: 5.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the Patch label Apr 10, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 10, 2026 01:04
@github-actions
Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants