diff --git a/.github/workflows/claude-pr-creator.yml b/.github/workflows/claude-pr-creator.yml index 654042716e..64f93063c0 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@fd2c17f101639b10696381c1fd85fa735239090a # v1.0.5 + uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7 id: claude-code env: ISSUE_NUMBER: ${{ github.event.issue.number }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 70968c78ed..a29b231188 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@fd2c17f101639b10696381c1fd85fa735239090a # v1.0.5 + uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7 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 4c05be5f35..148a4e4056 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@fd2c17f101639b10696381c1fd85fa735239090a # v1.0.5 + uses: anthropics/claude-code-action@a5528eec7426a4f0c9c1ac96018daa53ebd05bc4 # v1.0.7 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_bots: "renovate[bot]"