Skip to content

Commit 696f536

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 34a4435 commit 696f536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/check-go-dependencies-task.yml

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

8383
- name: Install Go
8484
uses: actions/setup-go@v5
@@ -137,7 +137,7 @@ jobs:
137137
uses: licensee/[email protected]
138138
with:
139139
github_token: ${{ secrets.GITHUB_TOKEN }}
140-
version: 3.x
140+
version: 5.x
141141

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

0 commit comments

Comments
 (0)