Skip to content

Commit 83bd13b

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. The workflow contains two jobs that use the action. Previously, the action was configured to install the latest version of Licensed in one job, but by accident the update was performed in the other job, leaving it using the significantly outdated version 3.x of the action. The workflow is hereby updated to use the latest version of Licensed in all jobs.
1 parent 642e2b8 commit 83bd13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)