diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 05c90fd..314cb0b 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@2da6cfae686f4d400300e440e0228b971388afed # v1 + uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: --allowedTools "Bash(git log:*),Bash(git describe:*),Read,Write"