Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anthropics/claude-code-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.146
Choose a base ref
...
head repository: anthropics/claude-code-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.147
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 12, 2026

  1. Add pr-stamp-sweep review workflow (#1409)

    * Add pr-stamp-sweep review workflow
    
    Adds a reusable workflow script that fans out one reviewer agent per
    candidate PR to judge whether it can be approved as-is, then runs an
    adversarial verification pass on each approval recommendation before
    including it in the final list.
    
    Reviewers read pre-fetched PR dossiers from /tmp/claude/pr-sweep/<n>.md
    (metadata, body, comments, full diff) rather than calling gh directly,
    and verify diff claims against the local checkout. PR numbers are
    passed via args; the script fails fast if none are provided.
    
    * Sharpen security checklist in reviewer prompts
    
    Replace the general security-history note with explicit attack classes
    both reviewer stages must check: prompt injection (untrusted content
    reaching Claude's context, including via tool output), code execution
    (shell commands, eval/spawn, workflow expressions), path traversal,
    and credential exposure.
    ashwin-ant authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    82d95d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fa348 View commit details
    Browse the repository at this point in the history
Loading