Skip to content

Commit f719427

Browse files
committed
Bump "Licensed" version in dependency license check workflow
The version of the "Licensed" tool for use in the GitHub Actions workflow is defined via the "licensee/setup-licensed" action's `version` input. Previously the action was configured to install version 3.x of the action. That version is significantly outdated. The workflow is hereby updated to use the latest version of Licensed.
1 parent 8a6f784 commit f719427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: licensee/[email protected]
8080
with:
8181
github_token: ${{ secrets.GITHUB_TOKEN }}
82-
version: 3.x
82+
version: 5.x
8383

8484
- name: Install Go
8585
uses: actions/setup-go@v5
@@ -136,7 +136,7 @@ jobs:
136136
uses: licensee/[email protected]
137137
with:
138138
github_token: ${{ secrets.GITHUB_TOKEN }}
139-
version: 3.x
139+
version: 5.x
140140

141141
- name: Install Go
142142
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)