Skip to content

update changelog for 8.0.0rc2 #52

update changelog for 8.0.0rc2

update changelog for 8.0.0rc2 #52

Workflow file for this run

---
name: Security Review
permissions:
pull-requests: write # Needed for leaving PR comments
contents: read
on:
pull_request:
jobs:
security:
runs-on: github-hosted-static-ip
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 2
- uses: anthropics/claude-code-security-review@main
with:
comment-pr: true
claude-api-key: ${{ secrets.ANTHROPIC_CLAUDE_API_KEY }}