digitalocean/GTA

Finds Go packages that have deviated from their upstream source.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 28, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: digitalocean/gta@33b0078362c19b008a2f17123cba31d3393bf6db # v0.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repo_pathPath to the repo to check diff ofyes
baseBase branch to diff againstnoorigin/master
includeDefine changes to be filtered with a set of comma-separated prefixesno""
mergeDiff using the latest merge commitnofalse
jsonOutput list of changes as JSONnofalse
buildable_onlyKeep buildable changed packages onlynotrue
changed_filesPath to a file containing a newline-separated list of files that have changedno""
tagsA list of build tags to considerno""
namedescription
changed_packagesA list of packages that have deviated from the given base, either due changes within them or within their dependencies
any_changedThis value will be "true" if at least one changed package was found, "false" otherwise