From 274b993344507ff703f360351e5c25afc37eb4ee Mon Sep 17 00:00:00 2001 From: SevenWaysDP Date: Tue, 21 Jan 2025 14:00:54 +0100 Subject: [PATCH] chore: improve formatting of allowed licenses list in dependency review workflow --- .github/workflows/dependency-review.yml | 27 +++++++++++++------------ 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ab087058fab..11ca352226a 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,16 +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