Skip to content

Commit

Permalink
feat: allow CC-BY-4.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 authored Jul 15, 2024
1 parent 65b395a commit fe42bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
with:
fail-on-severity: high
comment-summary-in-pr: on-failure
allow-licenses: MIT,Apache-2.0,MPL-2.0,ISC,BSD-2-Clause,BSD-3-Clause,Unlicense,CC0-1.0,CC-BY-3.0,WTFPL,0BSD,AFL-2.1
allow-licenses: MIT,Apache-2.0,MPL-2.0,ISC,BSD-2-Clause,BSD-3-Clause,Unlicense,CC0-1.0,CC-BY-3.0,CC-BY-4.0,WTFPL,0BSD,AFL-2.1
# these are only used for event types other than pull_request and pull_request_target.
base-ref: ${{ steps.rev-parse.outputs.sha }}
head-ref: ${{ github.sha }}

0 comments on commit fe42bdd

Please sign in to comment.