diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index fce4a9af2..3a2403a48 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -13,5 +13,5 @@ jobs: - name: 'Dependency Review' uses: actions/dependency-review-action@v4 with: - allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, HPND, ISC, MIT, MPL-2.0, Unlicense, Python-2.0, Python-2.0.1, Apache-2.0 AND MIT, BSD-2-Clause AND BSD-3-Clause, Apache-2.0 AND BSD-3-Clause, Artistic-1.0 AND Artistic-2.0, Artistic-1.0-Perl AND Artistic-2.0 AND GPL-1.0-or-later, Artistic-2.0 AND GPL-2.0-or-later + allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, HPND, ISC, MIT, MPL-2.0, Unlicense, Python-2.0, Python-2.0.1, Apache-2.0 AND MIT, BSD-2-Clause AND BSD-3-Clause, Apache-2.0 AND BSD-3-Clause allow-dependencies-licenses: 'pkg:pypi/lazy-loader' \ No newline at end of file