Skip to content

chore(deps-dev): bump @vitejs/plugin-react from 4.6.0 to 5.0.0 in /docs-site #4

chore(deps-dev): bump @vitejs/plugin-react from 4.6.0 to 5.0.0 in /docs-site

chore(deps-dev): bump @vitejs/plugin-react from 4.6.0 to 5.0.0 in /docs-site #4

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: ubuntu-latest
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.CLAUDE_API_KEY }}