diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ce0dff5..d6eb48d 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 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@37b464ce72700f7b2c5ff8d2db7fa7b15df792f5 # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}