Skip to content

Commit b2e28c0

Browse files
committed
Bump "Licensed" version in dependencies 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 1f89384 commit b2e28c0

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
@@ -82,7 +82,7 @@ jobs:
8282
uses: licensee/[email protected]
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
85-
version: 3.x
85+
version: 5.x
8686

8787
- name: Install Go
8888
uses: actions/setup-go@v5
@@ -139,7 +139,7 @@ jobs:
139139
uses: licensee/[email protected]
140140
with:
141141
github_token: ${{ secrets.GITHUB_TOKEN }}
142-
version: 3.x
142+
version: 5.x
143143

144144
- name: Install Go
145145
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)