Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork158
Commitf0857f0
committed
Use canonical github/setup-licensed action in dependencies license check workflow
This GitHub Actions action is used by the dependencies license check workflow to install the "Licensed" tool in therunner workspace. At the time the workflow was developed, the action was owned by GitHub user `jonabc`, and so theaction was referenced as `jonabc/setup-licensed` in the workflow.Since that time, the action was transferred to the `github` GitHub organization. Making things more confusing is thefact that GitHub user `jonabc` now has a development fork of the `github/setup-licensed` repository, meaning that theredirect GitHub provides from the old to the new repository after a transfer does not exist for this action. Thisresulted in the workflow referencing an outdated copy of the action not intended for production use.The workflow is hereby updated to use the canonical "github/setup-licensed" action.1 parent1b94ccc commitf0857f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments
Comments
(0)