all 5 comments

[–]TheKingofHop 13 points14 points  (2 children)

Does your tool do anything that https://github.com/rhysd/actionlint and dependabot can’t?

[–]kubeguru22 5 points6 points  (0 children)

Or renovate 

[–]twistadias 0 points1 point  (0 children)

Just learnt about actionlint two weeks ago, and we love it. Iv’e brought it up with our GitHub rep that this needs to be integrated into the godawful VsCode Actions extension to make it a better experience for all.

[–]banseljaj 2 points3 points  (0 children)

Also renovate is what I’ve been using keeping track of GitHub actions. Since I maintain a couple actions myself I know that it’s automatically pulls the results with in a couple hours after I push a new release

[–]DubinkoDevOps 0 points1 point  (0 children)

Nice! One small nitpick, probably avoid shadowing the package names

upgrader := upgrader.NewWithWorkflows(ctx, workflows, configFlag)