Skip to content

Commit b931b7d

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 341995e commit b931b7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

workflow-templates/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

workflow-templates/check-npm-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: Setup Node.js
8888
uses: actions/setup-node@v4
@@ -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: Setup Node.js
147147
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)