Skip to content

Releases: PSModule/Get-PesterCodeCoverage

v1.0.4

26 Jan 22:29
a8280e9

Choose a tag to compare

🩹[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.yml workflow for handling releases, replacing the previous Auto-Release.yml workflow, which has been removed. The new workflow is triggered on pull requests affecting release-relevant files and uses a pinned version of the PSModule/Release-GHRepository action.
  • Updated the action.yml workflow steps to use pinned versions of actions by commit SHA, improving security and reliability. Also updated the script path from scripts/main.ps1 to src/main.ps1.

Dependency and Linter Configuration:

  • Updated the dependabot.yml configuration to check for updates daily instead of weekly and added a cooldown period to avoid frequent PRs.
  • Updated the Linter.yml workflow to use pinned versions of actions and disabled certain linters (Biome format and JSCPD) for efficiency.
  • Removed the .jscpd.json configuration file, as JSCPD validation is now disabled.

General Workflow Improvements:

  • Updated the Action-Test.yml workflow to use pinned versions of actions/checkout and actions/upload-artifact for all steps, and disabled credential persistence for security.

Cleanup:

  • Removed the obsolete release.yml configuration file for automatically generated release notes, as this functionality is now handled elsewhere.

v1.0.3

30 Oct 22:18
a7923ee

Choose a tag to compare

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.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

What's Changed

New Contributors

... (truncated)

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

v1.0.2

05 Oct 10:23
41e337b

Choose a tag to compare

🩹 [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 dependencies and github-actions labels to Dependabot PRs for GitHub Actions updates in .github/dependabot.yml.

v1.0.1

02 Sep 17:18
3cf2069

Choose a tag to compare

🩹 [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

17 Apr 10:45
fbe22e8

Choose a tag to compare

What's Changed

🌟 Breaking Changes

New Contributors

Full Changelog: https://github.com/PSModule/Get-PesterCodeCoverage/commits/v1.0.0