search_action_usage
Search across a GitHub organization to locate all workflows referencing a specific Action. Essential for responding to compromised Actions by identifying affected repositories and workflows.
Instructions
Find which workflows across the organization use a given GitHub Action. Useful for responding to a compromised Action (e.g. 'which repos use aquasecurity/setup-trivy?'). Returns one entry per workflow that references the Action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub organization | |
| action | Yes | Action reference in 'owner/repo' form (no tag/sha), e.g. 'aquasecurity/trivy-action' |