Skip to content

v1.0.29

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jan 23:18
· 1 commit to main since this release
26f5302

🩹[Patch]: Workflow improvements (#39)

This release makes several updates to the GitHub Actions configuration, focusing on improving workflow reliability, release management, and linter settings. It also removes obsolete configuration files and fixes minor documentation errors. The most important changes are grouped below:

Release and Workflow Improvements:

  • Added a new Release.yml workflow that triggers on relevant pull request events and uses the PSModule/Release-GHRepository action for managing releases, replacing the previous Auto-Release.yml workflow, which has been removed. This change also introduces path-based filtering to only trigger releases for changes to action.yml and src/**.
  • Updated the Action-Test.yml and Linter.yml workflows to use pinned versions of actions (by commit SHA) for improved security and reliability, and set persist-credentials: false during checkout.
  • Updated the linter step to use a specific version of super-linter and disabled certain validations for performance and relevance.

Dependency and Automation Configuration:

  • Changed the Dependabot update schedule from weekly to daily and introduced a cooldown period to reduce noise from frequent updates.

Code and Documentation Clean-up:

  • Removed the .jscpd.json linter configuration file and the .github/release.yml release notes configuration, streamlining configuration management.
  • Fixed typos and improved naming consistency in README.md.
  • Updated references in action.yml to use pinned action versions and corrected the script path from scripts/main.ps1 to src/main.ps1.