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.76
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.77
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 23, 2026

  1. Auto-set subprocess env scrub when allowed_non_write_users is configu…

    …red (#1093)
    
    * Auto-set CLAUDE_CODE_SUBPROCESS_ENV_SCRUB when allowed_non_write_users is configured
    
    Sets the env var automatically whenever allowed_non_write_users is
    non-empty, so downstream workflows don't need to add it manually.
    Updates the input description and docs/security.md to note the behavior.
    
    :house: Remote-Dev: homespace
    
    * Fall back to inherited env when allowed_non_write_users is unset
    
    :house: Remote-Dev: homespace
    
    * Let workflow/job env override the auto-set scrub flag
    
    Env var takes priority so users can opt in/out via CLAUDE_CODE_SUBPROCESS_ENV_SCRUB
    at job or workflow level independently of allowed_non_write_users.
    
    :house: Remote-Dev: homespace
    OctavianGuzu authored Mar 23, 2026
    1 Configuration menu
    Copy the full SHA
    ff9acae View commit details
    Browse the repository at this point in the history
Loading