Chainguard Actions overview
Learn how Chainguard Actions provides hardened drop-in replacements for popular GitHub Actions to protect your CI/CD …
For the complete documentation index, see llms.txt.
Every Chainguard hardened action runs a best-effort “phone-home” pre-hook that records a usage event to https://actions.enforce.dev/actions/v1/record. The hook is fire-and-forget, with a 2 second timeout that fails open, so it cannot break your build.
What we collect depends on whether your workflow grants id-token: write:
id-token: write: we record your repository name, a timestamp, and an “unverified” flag.id-token: write: the hook mints a GitHub OIDC token scoped to the actions.chainguard.dev audience and sends it so we can verify the record. From that token we store metadata: repository, actor, ref, sha, workflow path, repository visibility, and run identifiers.The hook never grants itself id-token: write. It only uses the permission if your workflow already grants it. If you would rather we receive only your repository name, do not grant id-token: write to that job.
The token is a short-lived, audience-locked GitHub OIDC token. Because it is locked to the actions.chainguard.dev audience, it cannot be used against GitHub, a cloud provider, or any other service. The underlying ACTIONS_ID_TOKEN_REQUEST_TOKEN never leaves the runner; it is used locally only to mint the audience-scoped token.
Learn how Chainguard Actions provides hardened drop-in replacements for popular GitHub Actions to protect your CI/CD …
Configure Chainguard Guardener to verify that every commit in a pull request is cryptographically signed by an …
Configure Chainguard Guardener to recommend and migrate your GitHub Actions to Chainguard's hardened, SHA-pinned …
Understand Chainguard Guardener's .chainguard/ configuration model and how to enable features per repository.
Install the Chainguard Guardener GitHub App and link your Chainguard organization to your GitHub organization to start …
Last updated: 2026-07-16 00:00