From 3a7d79fd7b8fe4668b783d83897aa0227e07a96a Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 19 Feb 2026 17:48:08 +0300 Subject: [PATCH] fix(ci): allow Unlicense in dependency review action (#2259) --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 29a71ffe1b435ed6a297e16a4912cec89b2e8df3..97f7da89e28917d19d3a1a410fc2e060cafe75f7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -89,4 +89,4 @@ jobs: - uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2 with: fail-on-severity: critical - allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC, LicenseRef-scancode-google-patent-license-golang + allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC, LicenseRef-scancode-google-patent-license-golang, Unlicense