diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml deleted file mode 100644 index 76957d95..00000000 --- a/.github/workflows/security.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Security Review - -permissions: - pull-requests: write # Needed for leaving PR comments - contents: read - -on: - pull_request: - -jobs: - security: - runs-on: self-hosted - 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 }}