From 80b3856e86780e520f6cc972aff24d9501b65595 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 23 Aug 2024 18:20:15 +0200 Subject: [PATCH] another attempt to fix licensing issue --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 339965cc8..fce4a9af2 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 + 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-dependencies-licenses: 'pkg:pypi/lazy-loader' \ No newline at end of file