File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,5 @@ allow-licenses:
1313- ' Zlib'
1414
1515allow-dependencies-licenses :
16- # ostruct is available as open source under the terms of the 2-Clause BSD License.
17- # https://github.com/ruby/ostruct?tab=License-1-ov-file
18- - pkg:gem/ostruct
19- # csv is available as open source under the terms of the 2-Clause BSD License.
20- # https://github.com/ruby/csv?tab=BSD-2-Clause-1-ov-file#readme
21- - pkg:gem/csv
16+ # dependency review doesn't support multiple-licensed packages
17+ # https://github.com/actions/dependency-review-action/issues/263
Original file line number Diff line number Diff line change 88 dependency-review :
99 permissions :
1010 contents : read
11+ pull-requests : write
1112 runs-on : ubuntu-latest
1213 steps :
1314 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1415 - uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
1516 with :
1617 config-file : .github/dependency-review-config.yaml
18+ comment-summary-in-pr : always
19+ license-check : false
You can’t perform that action at this time.
0 commit comments