Skip to content

Commit a1863ad

Browse files
authored
Merge pull request #562 from per1234/licensee-setup-licensed
Use maintained fork of "setup-licensed" action in dependency license check workflow
2 parents 24ba57c + 341995e commit a1863ad

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

workflow-templates/check-go-dependencies-task.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
with:
7373
submodules: recursive
7474

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

8181
- name: Install licensed
82-
uses: jonabc/setup-licensed@v1
82+
uses: licensee/setup-licensed@v1.3.2
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
8585
version: 3.x
@@ -131,14 +131,14 @@ jobs:
131131
with:
132132
submodules: recursive
133133

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

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

workflow-templates/check-npm-dependencies-task.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
with:
7373
submodules: recursive
7474

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

8181
- name: Install licensed
82-
uses: jonabc/setup-licensed@v1
82+
uses: licensee/setup-licensed@v1.3.2
8383
with:
8484
github_token: ${{ secrets.GITHUB_TOKEN }}
8585
version: 3.x
@@ -131,14 +131,14 @@ jobs:
131131
with:
132132
submodules: recursive
133133

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

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

0 commit comments

Comments
 (0)