From 5f8cff3abb709593d447b7839ae9ce4e0e6d7e29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:49:54 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.123 --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 1973953..2f79c77 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -125,7 +125,7 @@ jobs: - name: Handle issue if: steps.issue.outputs.skip != 'true' - uses: anthropics/claude-code-action@39431830520a7ae6c0c572f11a7707e7043325e3 # v1.0.95 + uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1.0.123 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }}