Skip to content

Commit 2e549d4

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 4ee477f commit 2e549d4

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
@@ -141,7 +141,7 @@ jobs:
141141
uses: licensee/[email protected]
142142
with:
143143
github_token: ${{ secrets.GITHUB_TOKEN }}
144-
version: 3.x
144+
version: 5.x
145145

146146
- name: Install Go
147147
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)