Update Copyright Year
Version updated for https://github.com/octivi/update-copyright-year to version v1.3.0.
- This action is used across all versions by 5 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Update Copyright Year GitHub Action automates the process of scanning and updating copyright years in file headers across a repository using configurable patterns. This action simplifies the maintenance of accurate year ranges in code headers, particularly in repositories with numerous files, by providing a lightweight, dependency-free solution. Its pure Bash implementation ensures fast execution with minimal overhead, making it secure, efficient, and easy to integrate into workflows.
Release notes
Added
- Add support for multiline YAML parameters for action inputs (
edbbe94) (Marcin Engelmann) - Add
dry_runandverbosemodes with GitHub-native step logs and summary reporting (6381636) (Marcin Engelmann)
Fixed
- Interpret
patternsinput values as fixed strings instead of regular expressions (d68e1d3) (Marcin Engelmann)