diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f724561..5eed2ef 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Write release notes with Claude - uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1 + uses: anthropics/claude-code-action@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: --allowedTools "Bash(git log:*),Bash(git describe:*),Read,Write"