update license finder to 7.1.0 (#45148)

* update license finder to 7.1.0

* use newer action for ruby

* add trim and root-workspace to ignore dependencies

* add updated license information

* update licenses from latest main
This commit is contained in:
William Bezuidenhout 2022-12-06 14:45:21 +02:00 committed by GitHub
parent 49c5aee840
commit 27f89d5328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 915 additions and 46 deletions

View File

@ -6,8 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with: { ruby-version: '2.6' }
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.1' # Not needed with a .ruby-version file - uses: actions/setup-ruby@v1
- uses: actions/setup-go@v2
with: { go-version: '1.19' }
@ -18,7 +19,7 @@ jobs:
with: { node-version: '${{ steps.nvmrc.outputs.NODE_VERSION }}' }
- name: Install license_finder
run: gem install license_finder:7.0.1 # sync with licenses-update.yml
run: gem install license_finder:7.1.0 # sync with licenses-update.yml
- name: Check dependencies
run: LICENSE_CHECK=true ./dev/licenses.sh

View File

@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with: { ruby-version: '2.6' }
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.1' # Not needed with a .ruby-version file - uses: actions/setup-ruby@v1
- name: Install asdf plugins
uses: asdf-vm/actions/install@v1
@ -20,7 +21,7 @@ jobs:
run: yarn
- name: Install license_finder
run: gem install license_finder:7.0.1 # sync with licenses-check.yml
run: gem install license_finder:7.1.0 # sync with licenses-check.yml
- name: Generate report
run: ./dev/licenses.sh

View File

@ -15,3 +15,4 @@ kustomize 4.5.7
awscli 2.4.7
python system
rust 1.62.0
ruby 3.1.1

View File

@ -370,3 +370,15 @@
:why:
:versions: []
:when: 2022-04-18 21:25:36.854878000 Z
- - :ignore
- root-workspace-0b6124
- :who:
:why:
:versions: []
:when: 2022-12-05 09:54:08.112251000 Z
- - :ignore
- trim
- :who:
:why:
:versions: []
:when: 2022-12-05 09:54:31.944623000 Z

File diff suppressed because it is too large Load Diff