v2.0.0
This release introduces potential breaking changes (#17) through the new use_dot_match
option:
use_dot_match
- Tells the Action whether to search paths that are "hidden" (begin with a.
like.github
). This option defaults to"true"
and will search all paths matching "dot path criteria" unless set to"false"
.
For the majority of users, I do not expect issues to arise from this release. However, if you are not expecting dot (.
) directories to be scanned, this Action may now fail for you unless you exclude this setting through use_dot_match: "false"
.
As always, feel free to open an issue in this repository if you have any questions
What's Changed
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #15
- Dot Matching by @GrantBirki in #17
- Node package updates by @GrantBirki in #18
Full Changelog: v1.5.0...v2.0.0