From 0baa901d6a5eb9f7b682774f5ced5882e41b1dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 23:10:32 +0900 Subject: [PATCH] chore(deps): bump erisu/license-checker-action from 2.0.1 to 2.1.0 (#1930) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): bump erisu/license-checker-action from 2.0.1 to 2.1.0 Bumps [erisu/license-checker-action](https://github.com/erisu/license-checker-action) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/erisu/license-checker-action/releases) - [Commits](https://github.com/erisu/license-checker-action/compare/99cffa11264fe545fd0baa6c13bca5a00ae608f2...04511f4c052b5773f11e1c65b42cda88235c62ae) --- updated-dependencies: - dependency-name: erisu/license-checker-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore(workflow): update version info in comment --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: エリス --- .github/workflows/release-audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-audit.yml b/.github/workflows/release-audit.yml index d3d7067c..d7041281 100644 --- a/.github/workflows/release-audit.yml +++ b/.github/workflows/release-audit.yml @@ -51,8 +51,8 @@ jobs: - name: npm install packages run: npm ci - # Check node package licenses (v2.0.1) - - uses: erisu/license-checker-action@99cffa11264fe545fd0baa6c13bca5a00ae608f2 + # Check node package licenses (v2.1.0) + - uses: erisu/license-checker-action@04511f4c052b5773f11e1c65b42cda88235c62ae with: license-config: 'licence_checker.yml' include-asf-category-a: true