diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 9f670dd58f2..2e984754318 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -14,18 +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'