From e676a8791c1fed6ef6b82dcc5887a88564e3ac10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Thu, 6 Jun 2024 09:23:45 +0200 Subject: [PATCH] Fix: Revert "Allow `Apache-2.0 AND MIT AND NOASSERTION` as license combination" This reverts commit 8a03b95ddc59ca2520bc2dd154f32d9f412cd8c9. Despite being displayed as the license to add `Apache-2.0 AND MIT AND NOASSERTION` seems to be not a valid license combination and now causes errors on every dependency check. --- dependency-review/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/dependency-review/action.yml b/dependency-review/action.yml index 8fecc7bf..434ec3ff 100644 --- a/dependency-review/action.yml +++ b/dependency-review/action.yml @@ -47,7 +47,6 @@ runs: (MIT OR Apache-2.0) AND Unicode-DFS-2016, OFL-1.1, Apache-2.0 AND BSD-3-Clause AND MIT AND OFL-1.1, - Apache-2.0 AND MIT AND NOASSERTION, BlueOak-1.0.0, BSL-1.0, Python-2.0.1,