Sourced from dorny/paths-filter's releases.
v4.0.3
What's Changed
- Update Outputs in readme to account for the 'every' predicate-quantifier by
@hintronin dorny/paths-filter#247- fix: scope base-ignored warning to API path by
@saschabrattonin dorny/paths-filter#319- docs: add contents permission to PR example by
@134130in dorny/paths-filter#248- feat: add 'some-with-excludes' predicate quantifier by
@arxeissin dorny/paths-filter#322- Document safe handling of file list outputs in workflows by
@dornyin dorny/paths-filter#326Security
- Escape multi-line filenames in list-files shell and csv output] by
@ken-matsuiand@tjswlsggin https://github.com/advisories/GHSA-7hc6-8hq5-9q2mNew Contributors
@hintronmade their first contribution in dorny/paths-filter#247@134130made their first contribution in dorny/paths-filter#248@arxeissmade their first contribution in dorny/paths-filter#322Full Changelog: https://github.com/dorny/paths-filter/compare/v4...v4.0.3
Sourced from dorny/paths-filter's changelog.
Changelog
v4.0.3
- Document safe handling of file list outputs in workflows
- Escape multi-line filenames in list-files shell and csv output
- Add 'some-with-excludes' predicate quantifier
- Add contents permission to PR example
- Scope base-ignored warning to API path
- Update outputs in readme to account for the 'every' predicate-quantifier
v4.0.2
- Work around git dubious ownership errors in container jobs
- Use rev-parse instead of branch --show-current for older git compat
- Fix warning message
v4.0.1
v4.0.0
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.11.1
- Update @actions/core to v1.10.0 - Fixes warning about deprecated set-output
- Document need for pull-requests: read permission
- Updating to actions/checkout@v3
v2.11.0
- Set list-files input parameter as not required
- Update Node.js
- Fix incorrect handling of Unicode characters in exec()
- Use Octokit pagination
- Updates real world links
v2.10.2
... (truncated)
ceb8a2b
Update CHANGELOG.md for v4.0.3 and v3.0.4 (#327)ef09b88
Document safe handling of file list outputs in workflows (#326)44adc5b
Merge commit from fork4711b7a
feat: add 'some-with-excludes' predicate quantifier (#322)93c889f
fix: escape multi-line filenames in list-files shell and csv outputb41dfa9
docs: add contents permission to PR example (#248)9af6e5a
fix: scope base-ignored warning to API path (#319)cae9006
docs: update outputs in readme to account for the 'every'
predicate-quantifie...