Closed renovate[bot] closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
80077c9
) 97.15% compared to head (337a34e
) 97.15%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v16
->v17
Release Notes
tj-actions/verify-changed-files (tj-actions/verify-changed-files)
### [`v17`](https://togithub.com/tj-actions/verify-changed-files/releases/tag/v17) [Compare Source](https://togithub.com/tj-actions/verify-changed-files/compare/v16...v17) ### Changes in v17.0.0 #### 🔥 🔥 BREAKING CHANGE 🔥 🔥 A new `safe_output` input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection. > \[!NOTE] > This can be disabled by setting the `safe_output` to false this comes with a recommendation to store all outputs generated in an environment variable first before using them. ##### Example ```yaml ... - name: Verify Changed files uses: tj-actions/verify-changed-files@v16 id: verify-changed-files with: safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection. - name: List all changed tracked and untracked files env: FILES_CHANGED: ${{ steps.verify-changed-files.outputs.changed_files }} run: | echo "Changed files: $FILES_CHANGED ... ``` #### What's Changed - Upgraded to v16.1.1 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/verify-changed-files/pull/343](https://togithub.com/tj-actions/verify-changed-files/pull/343) - chore(deps): update actions/checkout action to v4.1.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/344](https://togithub.com/tj-actions/verify-changed-files/pull/344) - Bump actions/checkout from 4.1.0 to 4.1.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/tj-actions/verify-changed-files/pull/345](https://togithub.com/tj-actions/verify-changed-files/pull/345) - chore(deps): update tj-actions/auto-doc action to v3.1.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/346](https://togithub.com/tj-actions/verify-changed-files/pull/346) - chore(deps): update tj-actions/auto-doc action to v3.2.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/347](https://togithub.com/tj-actions/verify-changed-files/pull/347) - chore(deps): update tj-actions/auto-doc action to v3.2.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/348](https://togithub.com/tj-actions/verify-changed-files/pull/348) - chore(deps): update tj-actions/auto-doc action to v3.3.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/349](https://togithub.com/tj-actions/verify-changed-files/pull/349) - chore(deps): update tj-actions/auto-doc action to v3.4.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/350](https://togithub.com/tj-actions/verify-changed-files/pull/350) - Updated README.md by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/verify-changed-files/pull/351](https://togithub.com/tj-actions/verify-changed-files/pull/351) - Updated README.md by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/verify-changed-files/pull/352](https://togithub.com/tj-actions/verify-changed-files/pull/352) - Updated README.md by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/verify-changed-files/pull/353](https://togithub.com/tj-actions/verify-changed-files/pull/353) - chore(deps): update github/codeql-action action to v3 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/verify-changed-files/pull/354](https://togithub.com/tj-actions/verify-changed-files/pull/354) - Updated README.md by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/verify-changed-files/pull/355](https://togithub.com/tj-actions/verify-changed-files/pull/355) - chore: update entrypoint.sh by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/verify-changed-files/pull/357](https://togithub.com/tj-actions/verify-changed-files/pull/357) **Full Changelog**: https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0 ***Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.