From 47e98763122364c7bd9828617b08abcd8a35e538 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 9 Mar 2026 11:12:21 +0100 Subject: [PATCH] ci: Update claude action to v1 commit I accidentally picked a random commit instead of the one pointing to the official v1 release, let's fix that. --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index a6c133aaa7f..b36d6dc211d 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -70,7 +70,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@1fc90f3ed982521116d8ff6d85b948c9b12cae3e + uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 env: REVIEW_SCHEMA: >- { -- 2.47.3