chore(deps): bump agilepathway/label-checker from 1.4.30 to 1.5.3 (#65) #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Dependency Review' | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
Review-Allowed-Licenses: | |
runs-on: ubuntu-latest | |
continue-on-error: false | |
if: ${{ github.event_name == 'pull_request' }} | |
steps: | |
- uses: actions/checkout@v3 | |
- name: 'Check Allowed Licenses' | |
uses: actions/dependency-review-action@v3 | |
with: | |
fail-on-severity: critical | |
# Representation of this list: https://www.eclipse.org/legal/licenses.php# | |
# Expressed with the help of the following IDs: https://spdx.org/licenses/ | |
allow-licenses: >- | |
Adobe-Glyph, Apache-1.0, Apache-1.1, Apache-2.0, Artistic-2.0, BSD-2-Clause, BSD-3-Clause, | |
BSD-4-Clause, 0BSD, BSL-1.0, CDDL-1.0, CDDL-1.1, CPL-1.0, CC-BY-3.0, CC-BY-4.0, CC-BY-2.5, | |
CC-BY-SA-3.0, CC-BY-SA-4.0, CC0-1.0, EPL-1.0, EPL-2.0, FTL, GFDL-1.3-only, IPL-1.0, ISC, | |
MIT, MIT-0, MPL-1.1, MPL-2.0, NTP, OpenSSL, PHP-3.01, PostgreSQL, OFL-1.1, Unlicense, | |
Unicode-DFS-2015, Unicode-DFS-2016, Unicode-TOU, UPL-1.0, W3C-20150513, W3C-19980720, W3C, | |
WTFPL, X11, Zlib, ZPL-2.1 |