mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
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:
parent
49c5aee840
commit
27f89d5328
7
.github/workflows/licenses-check.yml
vendored
7
.github/workflows/licenses-check.yml
vendored
@ -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
|
||||
|
||||
7
.github/workflows/licenses-update.yml
vendored
7
.github/workflows/licenses-update.yml
vendored
@ -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
|
||||
|
||||
@ -15,3 +15,4 @@ kustomize 4.5.7
|
||||
awscli 2.4.7
|
||||
python system
|
||||
rust 1.62.0
|
||||
ruby 3.1.1
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user