diff --git a/.github/workflows/claude-pr-creator.yml b/.github/workflows/claude-pr-creator.yml index 64f93063c0..d659d544d4 100644 --- a/.github/workflows/claude-pr-creator.yml +++ b/.github/workflows/claude-pr-creator.yml @@ -42,7 +42,7 @@ jobs: run: bash .github/scripts/setup-claude.sh - name: Run Claude Code Action - uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7 + uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # v1.0.8 id: claude-code env: ISSUE_NUMBER: ${{ github.event.issue.number }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index a29b231188..fc5292678c 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -42,7 +42,7 @@ jobs: run: bash .github/scripts/setup-claude.sh - name: Run Claude PR Action - uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7 + uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # v1.0.8 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} additional_permissions: | diff --git a/.github/workflows/renovate-review.yml b/.github/workflows/renovate-review.yml index 148a4e4056..4f0c28d420 100644 --- a/.github/workflows/renovate-review.yml +++ b/.github/workflows/renovate-review.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Auto review Renovate PR - uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7 + uses: anthropics/claude-code-action@7ed3b616d54fd445625b77b219342949146bae9e # v1.0.8 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_bots: "renovate[bot]"