From 4b710fdb8a2df22a1330641d2d8dff0b12116727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:05:13 +0000 Subject: [PATCH] build(deps): update ncaq/kyosei-action action to v2.2.5 --- .github/workflows/kyosei.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kyosei.yml b/.github/workflows/kyosei.yml index e12c6a4..f84490f 100644 --- a/.github/workflows/kyosei.yml +++ b/.github/workflows/kyosei.yml @@ -16,6 +16,6 @@ jobs: permissions: contents: read # Read repository contents for checkout id-token: write # GitHub App token exchange via OIDC (needed regardless of Claude API auth method) - uses: ncaq/kyosei-action/.github/workflows/review.yml@2e06b07614775e377aa7379d54c6e0c1f0b82233 # v2.2.4 + uses: ncaq/kyosei-action/.github/workflows/review.yml@46d9a3aa03ea1c3d1e91bc39cf44836c927a45b9 # v2.2.5 secrets: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}