From eed03ad734d37481e626b5b1fe06c8836f7ba34a Mon Sep 17 00:00:00 2001 From: SevenWaysDP Date: Tue, 21 Jan 2025 13:12:49 +0100 Subject: [PATCH] chore: update allowed licenses format in dependency review workflow --- .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 2e984754318..d1509d468db 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -14,5 +14,5 @@ jobs: - name: 'Dependency Review' uses: actions/dependency-review-action@v4 with: - allow-licenses: 'AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, Unlicense, CC0-1.0, "JSON AND LicenseRef-scancode-proprietary-license AND MIT"' + allow-licenses: 'AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, Unlicense, CC0-1.0, JSON AND LicenseRef-scancode-proprietary-license AND MIT' allow-ghsas: 'GHSA-vxvm-qww3-2fh7'