Skip to content

Releases: tj-actions/verify-changed-files

v20.0.1

12 May 18:51
6ed7632
Compare
Choose a tag to compare

What's Changed

  • Upgraded to v20 by @tj-actions-bot in #418
  • chore(deps): update tj-actions/verify-changed-files action to v20 by @renovate in #419
  • chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.1 by @renovate in #421
  • chore(deps): update actions/checkout action to v4.1.5 by @renovate in #422
  • chore(deps): update actions/checkout digest to 44c2b7a by @renovate in #423
  • chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #425
  • fix: bug resolving windows paths by @jackton1 in #426

Full Changelog: v20...v20.0.1

v20

04 May 16:16
6ed7632
Compare
Choose a tag to compare
v20

Changes in v20.0.1

What's Changed

  • Upgraded to v20 by @tj-actions-bot in #418
  • chore(deps): update tj-actions/verify-changed-files action to v20 by @renovate in #419
  • chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.1 by @renovate in #421
  • chore(deps): update actions/checkout action to v4.1.5 by @renovate in #422
  • chore(deps): update actions/checkout digest to 44c2b7a by @renovate in #423
  • chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #425
  • fix: bug resolving windows paths by @jackton1 in #426

Full Changelog: v20...v20.0.1


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: v19...v20.0.0


v20.0.0

04 May 16:15
ab87580
Compare
Choose a tag to compare

🔥 🔥 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: v19...v20.0.0

v19.0.0

28 Feb 23:45
d774a4c
Compare
Choose a tag to compare

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Upgrade tj-actions/glob action to v21

What's Changed

  • Upgraded to v18 by @tj-actions-bot in #378
  • chore(deps): update tj-actions/verify-changed-files action to v18 by @renovate in #379
  • chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.0 by @renovate in #380
  • chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #381
  • chore(deps): update tj-actions/glob action to v21 by @renovate in #382

Full Changelog: v18...v19.0.0

v19

28 Feb 23:45
d774a4c
Compare
Choose a tag to compare
v19

Changes in v19.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Upgrade tj-actions/glob action to v21

What's Changed

  • Upgraded to v18 by @tj-actions-bot in #378
  • chore(deps): update tj-actions/verify-changed-files action to v18 by @renovate in #379
  • chore(deps): update codacy/codacy-analysis-cli-action action to v4.4.0 by @renovate in #380
  • chore(deps): update peter-evans/create-pull-request action to v6.0.1 by @renovate in #381
  • chore(deps): update tj-actions/glob action to v21 by @renovate in #382

Full Changelog: v18...v19.0.0


v18.0.0

03 Feb 21:15
eb6d385
Compare
Choose a tag to compare

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Upgrade tj-actions/glob action to v20 which upgrades Node.js to v20

What's Changed

Full Changelog: v17...v18.0.0

v18

03 Feb 21:15
eb6d385
Compare
Choose a tag to compare
v18

Changes in v18.0.0

🔥 🔥 BREAKING CHANGE 🔥 🔥

  • Upgrade tj-actions/glob action to v20 which upgrades Node.js to v20

What's Changed

Full Changelog: v17...v18.0.0


v17.1.0

20 Jan 19:28
2acec78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17...v17.1.0

v17

29 Dec 03:07
2acec78
Compare
Choose a tag to compare
v17

Changes in v17.1.0

What's Changed

Full Changelog: v17...v17.1.0


Changes in v17.0.2

What's Changed

Full Changelog: v17...v17.0.2


Changes in v17.0.1

What's Changed

Full Changelog: 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
        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

Full Changelog: v16...v17.0.0


v17.0.2

04 Jan 12:17
b742fc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17...v17.0.2