From 0423c054fbafa1badf2a8b4b97c762700d9ade48 Mon Sep 17 00:00:00 2001 From: Phillip Wirth Date: Tue, 21 Jan 2025 16:15:47 +0100 Subject: [PATCH] yaml --- .github/workflows/dependency-review.yml | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index f50bae7a456..1d83c5cfff7 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -14,20 +14,20 @@ 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 + 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' - allow-dependencies-licenses: - #https://github.com/actions/dependency-review-action/issues/868 + # https://github.com/actions/dependency-review-action/issues/868 + allow-dependencies-licenses: > - pkg:npm/%40apidevtools/json-schema-ref-parser@11.7.3