From 6cc9553ca393ed4888bf7b93825f25493be7010f Mon Sep 17 00:00:00 2001 From: SevenWaysDP Date: Tue, 21 Jan 2025 15:48:43 +0100 Subject: [PATCH] chore: update allowed licenses format in dependency review workflow for consistency --- .github/workflows/dependency-review.yml | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 11ca352226a..dc235e90b59 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,17 +15,17 @@ jobs: 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 - allow-ghsas: | - GHSA-vxvm-qww3-2fh7 + 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, + allow-ghsas: 'GHSA-vxvm-qww3-2fh7' + allow-dependencies-licenses: pkg:npm/%40apidevtools/json-schema-ref-parser@11.7.3