Skip to content

Commit 05cab44

Browse files
authored
Merge pull request #467 from per1234/licensee-setup-licensed
Use maintained fork of "setup-licensed" action in dependency license check workflow
2 parents 4b055c5 + 16afa4b commit 05cab44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
with:
7171
submodules: recursive
7272

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

7979
- name: Install licensed
80-
uses: github/[email protected].1
80+
uses: licensee/[email protected].2
8181
with:
8282
github_token: ${{ secrets.GITHUB_TOKEN }}
8383
version: 5.x
@@ -129,14 +129,14 @@ jobs:
129129
with:
130130
submodules: recursive
131131

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

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

0 commit comments

Comments
 (0)