Use canonical github/setup-licensed action in "Check Go Dependencies" workflow #836
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This GitHub Actions action is used by the "Check Go Dependencies" workflow to install the "Licensed" tool in the runner workspace. At the time the workflow was developed, the action was owned by GitHub user
jonabc
, and so the action was referenced asjonabc/setup-licensed
in the workflow.Since that time, the action was transferred to the
github
GitHub organization:https://github.com/github/setup-licensed
Making things more confusing is the fact that there is now a development fork of the
github/setup-licensed
repository under GitHub userjonabc
's account, meaning that the redirect GitHub provides from the old to the new repository after a transfer does not exist for this action. This resulted in the workflow referencing an outdated and unmaintained copy of the action.The workflow is hereby updated to use the canonical "github/setup-licensed" action.