diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ce0dff5..a5d0e18 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,14 +26,14 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 1 persist-credentials: false - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # beta + uses: anthropics/claude-code-action@fa2b2666b747000bf42767d1f332065b375e3c8f # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}