From aa05d9eba4c2a884911b381f3fd997e9507deeeb Mon Sep 17 00:00:00 2001 From: Adrian Frischkorn <5385601+afrischk@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:14:59 +0100 Subject: [PATCH] Change: Remove Unicode-3.0 as it is not supported upstream --- dependency-review/action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dependency-review/action.yml b/dependency-review/action.yml index f7dbe03a..bf6c76ea 100644 --- a/dependency-review/action.yml +++ b/dependency-review/action.yml @@ -50,10 +50,16 @@ runs: PSF-2.0, Python-2.0, Python-2.0.1, - Unicode-3.0, Unicode-DFS-2016, Unlicense +# Licenses that are not supported by dependency-review-action: +# - Unicode-3.0, +# - ... +# +# To be added after https://github.com/actions/dependency-review-action/pull/855 +# is merged upstream. +# # Only single licenses are allowed in this list. # A combination of licenses like `License-A AND License-B` # is not supported. See: