Skip to content

Commit eea2388

Browse files
authored
Merge pull request #307 from per1234/licensee-setup-licensed
Use maintained fork of "setup-licensed" action in dependency license check workflow
2 parents 168ad98 + 34a4435 commit eea2388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-go-dependencies-task.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ jobs:
6868
with:
6969
submodules: recursive
7070

71-
# This is required to allow jonabc/setup-licensed to install licensed via Ruby gem.
71+
# This is required to allow licensee/setup-licensed to install licensed via Ruby gem.
7272
- name: Install Ruby
7373
uses: ruby/setup-ruby@v1
7474
with:
7575
ruby-version: ruby # Install latest version
7676

7777
- name: Install licensed
78-
uses: jonabc/setup-licensed@v1
78+
uses: licensee/setup-licensed@v1.3.2
7979
with:
8080
github_token: ${{ secrets.GITHUB_TOKEN }}
8181
version: 3.x
@@ -127,14 +127,14 @@ jobs:
127127
with:
128128
submodules: recursive
129129

130-
# This is required to allow jonabc/setup-licensed to install licensed via Ruby gem.
130+
# This is required to allow licensee/setup-licensed to install licensed via Ruby gem.
131131
- name: Install Ruby
132132
uses: ruby/setup-ruby@v1
133133
with:
134134
ruby-version: ruby # Install latest version
135135

136136
- name: Install licensed
137-
uses: jonabc/setup-licensed@v1
137+
uses: licensee/setup-licensed@v1.3.2
138138
with:
139139
github_token: ${{ secrets.GITHUB_TOKEN }}
140140
version: 3.x

0 commit comments

Comments
 (0)