From f4c7b349ea5d975fb9d84c422c055d8710765043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:55:45 +0000 Subject: [PATCH] chore(deps): bump anistark/feluda from 1.11.1 to 1.12.0 Bumps [anistark/feluda](https://github.com/anistark/feluda) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/anistark/feluda/releases) - [Commits](https://github.com/anistark/feluda/compare/v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: anistark/feluda dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/license-compliance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-compliance.yml b/.github/workflows/license-compliance.yml index 8e239aa..13494b7 100644 --- a/.github/workflows/license-compliance.yml +++ b/.github/workflows/license-compliance.yml @@ -22,7 +22,7 @@ jobs: # - fail-on-incompatible: 发现不兼容许可证时失败 # - update-badge: 自动更新许可证徽章 - name: Feluda License Scanner - uses: anistark/feluda@v1.11.1 + uses: anistark/feluda@v1.12.0 with: project-license: 'Apache-2.0' fail-on-restrictive: false