Releases: PSModule/Get-PesterCodeCoverage
v1.0.4
🩹[Patch]: Workflow improvements (#8)
This release makes several updates to the project's GitHub Actions workflows and repository configuration, focusing on improving automation, updating dependencies, and cleaning up configuration files. The most significant changes include replacing and updating CI/CD workflow files, pinning action versions to specific commit SHAs for security, and removing unused configuration files.
Workflow and Automation Updates:
- Added a new
Release.ymlworkflow for handling releases, replacing the previousAuto-Release.ymlworkflow, which has been removed. The new workflow is triggered on pull requests affecting release-relevant files and uses a pinned version of thePSModule/Release-GHRepositoryaction. - Updated the
action.ymlworkflow steps to use pinned versions of actions by commit SHA, improving security and reliability. Also updated the script path fromscripts/main.ps1tosrc/main.ps1.
Dependency and Linter Configuration:
- Updated the
dependabot.ymlconfiguration to check for updates daily instead of weekly and added a cooldown period to avoid frequent PRs. - Updated the
Linter.ymlworkflow to use pinned versions of actions and disabled certain linters (Biome format and JSCPD) for efficiency. - Removed the
.jscpd.jsonconfiguration file, as JSCPD validation is now disabled.
General Workflow Improvements:
- Updated the
Action-Test.ymlworkflow to use pinned versions ofactions/checkoutandactions/upload-artifactfor all steps, and disabled credential persistence for security.
Cleanup:
- Removed the obsolete
release.ymlconfiguration file for automatically generated release notes, as this functionality is now handled elsewhere.
v1.0.3
Bump actions/upload-artifact from 4 to 5 (#5)
Bumps actions/upload-artifact from 4 to 5.
Release notes
Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: actions/upload-artifact@v4...v5.0.0
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by
@salmanmkcin actions/upload-artifact#685New Contributors
@salmanmkcmade their first contribution in actions/upload-artifact#685Full Changelog: actions/upload-artifact@v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by
@yacaovsncin actions/upload-artifact#673Full Changelog: actions/upload-artifact@v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsncin actions/upload-artifact#662Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by@hamirmahalin actions/upload-artifact#578- Add new
artifact-digestoutput by@bdehamerin actions/upload-artifact#656New Contributors
@hamirmahalmade their first contribution in actions/upload-artifact#578
... (truncated)
Commits
330a01cMerge pull request #734 from actions/danwkennedy/prepare-5.0.003f2824Updategithub.dep.yml905a1ecPreparev5.0.02d9f9cdMerge pull request #725 from patrikpolyak/patch-19687587Merge branch 'main' into patch-12848b2cMerge pull request #727 from danwkennedy/patch-19b51177Spell out the first use of GHEScd231caUpdate GHES guidance to include reference to Node 20 versionde65e23Merge pull request #712 from actions/nebuk89-patch-18747d8cUpdate README.md- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
v1.0.2
🩹 [Patch]: Update Dependabot configuration to include labels for GitHub Actions (#4)
Description
This pull request makes a small configuration improvement to the Dependabot settings for GitHub Actions. It adds labels to automatically categorize pull requests created for GitHub Actions dependency updates.
- Added
dependenciesandgithub-actionslabels to Dependabot PRs for GitHub Actions updates in.github/dependabot.yml.
v1.0.1
🩹 [Patch]: Bump actions/checkout from 4 to 5 (#3)
Description
Bumps actions/checkout from 4 to 5.
updated-dependencies:
- dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ...
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
v1.0.0
What's Changed
🌟 Breaking Changes
- 🌟 [Major]: Introducing
Get-PesterCodeCoverageby @MariusStorhaug in #1
New Contributors
- @MariusStorhaug made their first contribution in #1
Full Changelog: https://github.com/PSModule/Get-PesterCodeCoverage/commits/v1.0.0