[PR #9280] chore(deps): bump tj-actions/verify-changed-files from 19 to 20 #12403

Closed
opened 2026-02-05 14:56:19 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/9280

State: closed
Merged: Yes


Bumps tj-actions/verify-changed-files from 19 to 20.

Release notes

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

v20

Changes in v20.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Upgrade tj-actions/glob action to v22

🚀 🚀 NEW FEATURES 🚀 🚀

  • Optionally prevent reading the .gitgnore file when detecting uncommitted changes using the read-gitignore input.
  • Fail a job when no uncommitted files can be found using the fail-if-unchanged input.

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/verify-changed-files/compare/v19...v20.0.0


v20.0.0

... (truncated)

Changelog

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

20.0.0 - (2024-05-04)

🚀 Features

  • Add support for optionally reading the .gitignore file (#412) (3b18de8) - (Tonye Jack)

📦 Bumps

  • Bump actions/checkout from 4.1.1 to 4.1.2 (#399)

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] (22cfc44) - (dependabot[bot])

  • Bump actions/checkout from 4.1.1 to 4.1.2 (#397)

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

  • dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] (ad99e81) - (dependabot[bot])

  • Bump actions/checkout from 4.1.1 to 4.1.2 (#393)

Bumps actions/checkout from 4.1.1 to 4.1.2.


updated-dependencies:

  • dependency-name: actions/checkout

... (truncated)

Commits
  • ab87580 Updated README.md (#417)
  • 22100c2 docs: add Larspolo as a contributor for code, test, and doc (#416)
  • 6a0d0b6 Added support for fail-if-unchanged (#395)
  • 64d825d Merge pull request #415 from tj-actions/chore/update-readme
  • cf5696c Updated README.md
  • 3b18de8 feat: add support for optionally reading the .gitignore file (#412)
  • 531dd1d Updated README.md (#414)
  • 51ebb35 Merge pull request #413 from tj-actions/renovate/tj-actions-glob-22.x
  • 5beffcb chore(deps): update tj-actions/glob action to v22
  • fd85a60 chore(deps): update actions/checkout digest to 0ad4b8f
  • 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)
**Original Pull Request:** https://github.com/immich-app/immich/pull/9280 **State:** closed **Merged:** Yes --- Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 19 to 20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/verify-changed-files/releases">tj-actions/verify-changed-files's releases</a>.</em></p> <blockquote> <h2>v20</h2> <h1>Changes in v20.0.0</h1> <h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2> <ul> <li>Upgrade tj-actions/glob action to v22</li> </ul> <h2>🚀 🚀 NEW FEATURES 🚀 🚀</h2> <ul> <li>Optionally prevent reading the .gitgnore file when detecting uncommitted changes using the <code>read-gitignore</code> input.</li> <li>Fail a job when no uncommitted files can be found using the <code>fail-if-unchanged</code> input.</li> </ul> <h2>What's Changed</h2> <ul> <li>Upgraded to v19 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/383">tj-actions/verify-changed-files#383</a></li> <li>chore(deps): update tj-actions/verify-changed-files action to v19 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/384">tj-actions/verify-changed-files#384</a></li> <li>docs: add boidolr as a contributor for doc by <a href="https://github.com/allcontributors"><code>@​allcontributors</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/386">tj-actions/verify-changed-files#386</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/387">tj-actions/verify-changed-files#387</a></li> <li>docs: update checkout action by <a href="https://github.com/boidolr"><code>@​boidolr</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/385">tj-actions/verify-changed-files#385</a></li> <li>chore(deps): update reviewdog/action-shellcheck action to v1.20 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/388">tj-actions/verify-changed-files#388</a></li> <li>chore(deps): update actions/checkout action to v4.1.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/389">tj-actions/verify-changed-files#389</a></li> <li>chore(deps): update peter-evans/create-pull-request action to v6.0.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/390">tj-actions/verify-changed-files#390</a></li> <li>Bump actions/checkout from 4.1.1 to 4.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/391">tj-actions/verify-changed-files#391</a></li> <li>chore(deps): update actions/checkout digest to b4ffde6 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/392">tj-actions/verify-changed-files#392</a></li> <li>Bump actions/checkout from 4.1.1 to 4.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/393">tj-actions/verify-changed-files#393</a></li> <li>chore(deps): update actions/checkout digest to b4ffde6 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/396">tj-actions/verify-changed-files#396</a></li> <li>Bump actions/checkout from 4.1.1 to 4.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/397">tj-actions/verify-changed-files#397</a></li> <li>chore(deps): update actions/checkout digest to b4ffde6 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/398">tj-actions/verify-changed-files#398</a></li> <li>chore(deps): update peter-evans/create-pull-request action to v6.0.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/400">tj-actions/verify-changed-files#400</a></li> <li>Bump actions/checkout from 4.1.1 to 4.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/399">tj-actions/verify-changed-files#399</a></li> <li>chore(deps): update actions/checkout digest to b4ffde6 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/401">tj-actions/verify-changed-files#401</a></li> <li>chore(deps): update peter-evans/create-pull-request action to v6.0.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/403">tj-actions/verify-changed-files#403</a></li> <li>chore(deps): update actions/checkout action to v4.1.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/406">tj-actions/verify-changed-files#406</a></li> <li>chore(deps): update actions/checkout digest to 1d96c77 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/405">tj-actions/verify-changed-files#405</a></li> <li>chore(deps): update peter-evans/create-pull-request action to v6.0.5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/408">tj-actions/verify-changed-files#408</a></li> <li>chore(deps): update actions/checkout action to v4.1.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/409">tj-actions/verify-changed-files#409</a></li> <li>chore(deps): update actions/checkout digest to 0ad4b8f by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/410">tj-actions/verify-changed-files#410</a></li> <li>chore(deps): update tj-actions/glob action to v22 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/413">tj-actions/verify-changed-files#413</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/414">tj-actions/verify-changed-files#414</a></li> <li>feat: add support for optionally reading the .gitignore file by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/412">tj-actions/verify-changed-files#412</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/415">tj-actions/verify-changed-files#415</a></li> <li>Added support for <code>fail-if-unchanged</code> by <a href="https://github.com/Larspolo"><code>@​Larspolo</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/395">tj-actions/verify-changed-files#395</a></li> <li>docs: add Larspolo as a contributor for code, test, and doc by <a href="https://github.com/allcontributors"><code>@​allcontributors</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/416">tj-actions/verify-changed-files#416</a></li> <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/417">tj-actions/verify-changed-files#417</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/boidolr"><code>@​boidolr</code></a> made their first contribution in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/385">tj-actions/verify-changed-files#385</a></li> <li><a href="https://github.com/Larspolo"><code>@​Larspolo</code></a> made their first contribution in <a href="https://redirect.github.com/tj-actions/verify-changed-files/pull/395">tj-actions/verify-changed-files#395</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/verify-changed-files/compare/v19...v20.0.0">https://github.com/tj-actions/verify-changed-files/compare/v19...v20.0.0</a></p> <hr /> <h2>v20.0.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md">tj-actions/verify-changed-files's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/tj-actions/verify-changed-files/compare/v19.0.0...v20.0.0">20.0.0</a> - (2024-05-04)</h1> <h2><!-- raw HTML omitted -->🚀 Features</h2> <ul> <li>Add support for optionally reading the .gitignore file (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/412">#412</a>) (<a href="https://github.com/tj-actions/verify-changed-files/commit/3b18de8f234b8246d33350613a5941a289b546eb">3b18de8</a>) - (Tonye Jack)</li> </ul> <h2><!-- raw HTML omitted -->📦 Bumps</h2> <ul> <li>Bump actions/checkout from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/399">#399</a>)</li> </ul> <p>Bumps <a href="https://github.com/actions/checkout">actions/checkout</a> from 4.1.1 to 4.1.2.</p> <ul> <li><a href="https://github.com/actions/checkout/releases">Release notes</a></li> <li><a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/actions/checkout/compare/v4.1.1...9bb56186c3b09b4f86b1c65136769dd318469633">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <a href="mailto:support@github.com">support@github.com</a> Co-authored-by: dependabot[bot] <!-- raw HTML omitted --> (<a href="https://github.com/tj-actions/verify-changed-files/commit/22cfc443d04fde968cc01b2d8589403d6914b1a8">22cfc44</a>) - (dependabot[bot])</p> <ul> <li>Bump actions/checkout from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/397">#397</a>)</li> </ul> <p>Bumps <a href="https://github.com/actions/checkout">actions/checkout</a> from 4.1.1 to 4.1.2.</p> <ul> <li><a href="https://github.com/actions/checkout/releases">Release notes</a></li> <li><a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/actions/checkout/compare/v4.1.1...9bb56186c3b09b4f86b1c65136769dd318469633">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ...</li> </ul> <p>Signed-off-by: dependabot[bot] <a href="mailto:support@github.com">support@github.com</a> Co-authored-by: dependabot[bot] <!-- raw HTML omitted --> (<a href="https://github.com/tj-actions/verify-changed-files/commit/ad99e81fd7b54519fb1bd8482980b0b4552bc3f2">ad99e81</a>) - (dependabot[bot])</p> <ul> <li>Bump actions/checkout from 4.1.1 to 4.1.2 (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/393">#393</a>)</li> </ul> <p>Bumps <a href="https://github.com/actions/checkout">actions/checkout</a> from 4.1.1 to 4.1.2.</p> <ul> <li><a href="https://github.com/actions/checkout/releases">Release notes</a></li> <li><a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/actions/checkout/compare/v4.1.1...9bb56186c3b09b4f86b1c65136769dd318469633">Commits</a></li> </ul> <hr /> <p>updated-dependencies:</p> <ul> <li>dependency-name: actions/checkout</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/ab875806658e59162bc5f42e4df5c2d4682c459e"><code>ab87580</code></a> Updated README.md (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/417">#417</a>)</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/22100c2113a4a9157750f0f6137899caa779ed8a"><code>22100c2</code></a> docs: add Larspolo as a contributor for code, test, and doc (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/416">#416</a>)</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/6a0d0b6f91efc3fa77e7870aa77c23643b137895"><code>6a0d0b6</code></a> Added support for <code>fail-if-unchanged</code> (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/395">#395</a>)</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/64d825da9307b22482b0ad181f36b42fff7a0e75"><code>64d825d</code></a> Merge pull request <a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/415">#415</a> from tj-actions/chore/update-readme</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/cf5696c567a43546467e7d37a39a5e43f5858507"><code>cf5696c</code></a> Updated README.md</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/3b18de8f234b8246d33350613a5941a289b546eb"><code>3b18de8</code></a> feat: add support for optionally reading the .gitignore file (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/412">#412</a>)</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/531dd1d161da57666ecff12ddf34061cfef8b7fe"><code>531dd1d</code></a> Updated README.md (<a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/414">#414</a>)</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/51ebb3506c6d660c2c4599d780eb5fabb94ead8a"><code>51ebb35</code></a> Merge pull request <a href="https://redirect.github.com/tj-actions/verify-changed-files/issues/413">#413</a> from tj-actions/renovate/tj-actions-glob-22.x</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/5beffcba2cd124625f5d058015c3f0dd2bb46ef0"><code>5beffcb</code></a> chore(deps): update tj-actions/glob action to v22</li> <li><a href="https://github.com/tj-actions/verify-changed-files/commit/fd85a6022db9aa8345ca15c3adb91d486780bfd9"><code>fd85a60</code></a> chore(deps): update actions/checkout digest to 0ad4b8f</li> <li>Additional commits viewable in <a href="https://github.com/tj-actions/verify-changed-files/compare/v19...v20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/verify-changed-files&package-manager=github_actions&previous-version=19&new-version=20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
OVERLORD added the pull-request label 2026-02-05 14:56:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#12403