Skip to content

Commit 08c6f34

Browse files
authored
Merge pull request #224 from per1234/licensee-setup-licensed
Use maintained fork of "setup-licensed" action in dependency license check workflow
2 parents f15a961 + b0a8315 commit 08c6f34

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
@@ -70,7 +70,7 @@ jobs:
7070
submodules: recursive
7171

7272
- name: Install licensed
73-
uses: jonabc/setup-licensed@v1
73+
uses: licensee/setup-licensed@v1.3.2
7474
with:
7575
github_token: ${{ secrets.GITHUB_TOKEN }}
7676
version: 3.x
@@ -121,7 +121,7 @@ jobs:
121121
submodules: recursive
122122

123123
- name: Install licensed
124-
uses: jonabc/setup-licensed@v1
124+
uses: licensee/setup-licensed@v1.3.2
125125
with:
126126
github_token: ${{ secrets.GITHUB_TOKEN }}
127127
version: 3.x

0 commit comments

Comments
 (0)