From bf592e39e9267d96881cd9f9342509d2aa6a3159 Mon Sep 17 00:00:00 2001 From: Thomas Luizon Rodrigues Gregorio Date: Mon, 13 Jul 2026 22:46:51 -0300 Subject: [PATCH] chore(ci): pin claude-review action to full commit SHA (#243) Co-Authored-By: Claude Opus 4.8 (1M context) --- .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 c85ab11c..fdfa2f89 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - - uses: anthropics/claude-code-action@v1 + - uses: anthropics/claude-code-action@a08f8913d58013599003b37d3a9174d27e99ac90 # v1 if: ${{ github.actor != 'dependabot[bot]' }} with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}