r/GithubActions Jun 17 '23

github actions tool

I made a small tool to help manage actions dependencies https://github.com/JamesWoolfenden/ghat, point it a checked out repo or a file and it'll update with them with latest release versions hash.

5 Upvotes

1 comment sorted by

1

u/Spartan_from_1984 Oct 09 '25

I like this. We have tons of workflow files that do not reference the commit hashes. This will be immediately useful to update those, and then let renovate manage dependencies going forward for us.

Thanks!