Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps tj-actions/verify-changed-files from 9.1 to 17.

Release notes

Sourced from tj-actions/verify-changed-files's releases.

v17

Changes in v17.1.0

What's Changed

Full Changelog: tj-actions/verify-changed-files@v17...v17.1.0


Changes in v17.0.2

What's Changed

Full Changelog: tj-actions/verify-changed-files@v17...v17.0.2


Changes in v17.0.1

What's Changed

Full Changelog: tj-actions/verify-changed-files@v17...v17.0.1


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

...
      - name: Verify Changed files
        uses: tj-actions/verify-changed-files@v16
</tr></table> 

... (truncated)

Changelog

Sourced from tj-actions/verify-changed-files's changelog.

➖ Remove

  • Deleted renovate.json (9437562) - (Tonye Jack)

📝 Other

  • PR #431: update actions/checkout digest to 0ad4b8f (1bb5a5e) - (repo-ranger[bot])
  • PR #428: to v20.0.1 (5372791) - (repo-ranger[bot])

⚙️ Miscellaneous Tasks

  • deps: Update peter-evans/create-pull-request action to v7.0.8 (#466) (f7c3c73) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.7 (#465) (4a35708) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.29 (#464) (6b59fb7) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.6 (#463) (21026c9) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.28 (#462) (dc57d45) - (renovate[bot])
  • deps: Update actions/checkout action to v4.2.2 (530d86d) - (renovate[bot])
  • deps: Update actions/checkout digest to 11bd719 (22727d8) - (renovate[bot])
  • deps: Update actions/checkout action to v4.2.1 (54483a2) - (renovate[bot])
  • deps: Update actions/checkout digest to eef6144 (a8b2060) - (renovate[bot])
  • deps: Update actions/checkout action to v4.2.0 (bbd436f) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.5 (c55299a) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.4 (ba82bde) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.3 (ba611bc) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.27 (60aa300) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.2 (f34efa6) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7.0.1 (93ebf68) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v7 (#449) (f2ebf48) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.26 (79f398a) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.25 (45e3c52) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.24 (546ae05) - (renovate[bot])
  • Update test.yml (#444) (56dd116) - (Tonye Jack)
  • deps: Update codacy/codacy-analysis-cli-action action to v4.4.5 (e487aec) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.23 (11ea2b3) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.22 (3db0da1) - (renovate[bot])
  • deps: Update peter-evans/create-pull-request action to v6.1.0 (9baf991) - (renovate[bot])
  • deps: Update actions/checkout digest to 692973e (4104a8e) - (renovate[bot])
  • deps: Update actions/checkout action to v4.1.7 (7a21276) - (renovate[bot])
  • deps: Update reviewdog/action-shellcheck action to v1.21 (9241ea0) - (renovate[bot])
  • deps: Update actions/checkout digest to a5ac7e5 (4e3fbc4) - (renovate[bot])
  • deps: Update actions/checkout digest to 0ad4b8f (188d301) - (renovate[bot])
  • deps: Update actions/checkout action to v4.1.6 (5c8a838) - (renovate[bot])

⬆️ Upgrades

  • Upgraded from v20.0.0 -> v20.0.1 (c835769) - (jackton1)

20.0.1 - (2024-05-12)

... (truncated)

Commits
  • 2acec78 Updated README.md (#373)
  • 9076915 feat: add support for matching non ascii characters (#371)
  • b5c4e3e Updated README.md (#369)
  • f2ed8f0 Update README.md
  • cffdb8c Merge pull request #368 from tj-actions/chore/update-readme
  • d3e7995 Updated README.md
  • 8182bdd feat: add support for running action within a subdirectory (#366)
  • 0e5b383 Merge pull request #367 from tj-actions/renovate/tj-actions-glob-19.x
  • d523882 chore(deps): update tj-actions/glob action to v19
  • d9a97a5 Merge pull request #364 from tj-actions/upgrade-to-v17.0.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 29, 2025
@gab-arrobo
Copy link

@dependabot rebase

Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 9.1 to 17.
- [Release notes](https://github.com/tj-actions/verify-changed-files/releases)
- [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/verify-changed-files@v9.1...v17)

---
updated-dependencies:
- dependency-name: tj-actions/verify-changed-files
  dependency-version: '17'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17 branch from 891dd50 to 4bff936 Compare May 29, 2025 18:07
@gab-arrobo gab-arrobo requested a review from eb-oss May 29, 2025 18:07
@eb-oss eb-oss merged commit 1f1e19f into main May 29, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17 branch May 29, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Development

Successfully merging this pull request may close these issues.

3 participants