Skip to content

Bump tj-actions/verify-changed-files from 16 to 17 in /.github/workflows - #15

Merged
pilotso11 merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17
Aug 5, 2026
Merged

Bump tj-actions/verify-changed-files from 16 to 17 in /.github/workflows#15
pilotso11 merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2025

Copy link
Copy Markdown
Contributor

Bumps tj-actions/verify-changed-files from 16 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 8, 2025
@pilotso11

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17 branch from de6c29a to 756d3b7 Compare August 5, 2026 19:48
@adv-reviewer

adv-reviewer Bot commented Aug 5, 2026

Copy link
Copy Markdown

🔎 zai-reviewer — reviewed a2cc375, found 1 issue.

Comment thread .github/workflows/go.yml

- name: Verify changed files
uses: tj-actions/verify-changed-files@v16
uses: tj-actions/verify-changed-files@v17

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The step is pinned to a moving major tag (tj-actions/verify-changed-files@v17) rather than an immutable commit SHA. The tj-actions org was compromised in March 2025 via force-pushed tags (the tj-actions/changed-files incident) that ran secret-exfiltrating code inside CI jobs. This step executes in the same job that sets persist-credentials: true (line 20) and exposes github.token to later steps (line 66); if this action's tag were force-moved again, the malicious code would run with access to those credentials. The bump from v16 to v17 is the right opportunity to convert this reference to a SHA pin, consistent with GitHub's guidance for third-party actions.

@pilotso11

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17 branch from 756d3b7 to dc83671 Compare August 5, 2026 20:22

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: dc83671 Previous: de4f19c Ratio
BenchmarkCacheRead100kLF 204.8 ns/op 6 B/op 0 allocs/op 98.04 ns/op 3 B/op 0 allocs/op 2.09
BenchmarkCacheRead100kLF - ns/op 204.8 ns/op 98.04 ns/op 2.09

This comment was automatically generated by workflow using github-action-benchmark.

Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 16 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@v16...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>
@pilotso11
pilotso11 force-pushed the dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17 branch from dc83671 to a2cc375 Compare August 5, 2026 21:08
@pilotso11
pilotso11 merged commit fa74094 into main Aug 5, 2026
4 checks passed
@pilotso11
pilotso11 deleted the dependabot/github_actions/dot-github/workflows/tj-actions/verify-changed-files-17 branch August 5, 2026 21:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant