Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0857f0

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/check-go-dependencies-task.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
submodules:recursive
125125

126126
-name:Install licensed
127-
uses:jonabc/setup-licensed@v1
127+
uses:github/setup-licensed@v1
128128
with:
129129
github_token:${{ secrets.GITHUB_TOKEN }}
130130
version:3.x

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp