# GitHub Actions

- [Harden-Runner](https://docs.stepsecurity.io/github-actions/harden-runner.md)
- [Workflow Runs](https://docs.stepsecurity.io/github-actions/harden-runner/workflow-runs.md)
- [Baseline](https://docs.stepsecurity.io/github-actions/harden-runner/baseline.md)
- [Detections](https://docs.stepsecurity.io/github-actions/harden-runner/detections.md)
- [Suppression Rules](https://docs.stepsecurity.io/github-actions/harden-runner/suppression-rules.md)
- [Policy Store](https://docs.stepsecurity.io/github-actions/harden-runner/policy-store.md)
- [Self-Hosted Runners](https://docs.stepsecurity.io/github-actions/harden-runner/self-hosted-runners.md)
- [Harden Runner Installation](https://docs.stepsecurity.io/github-actions/harden-runner/harden-runner-installation.md)
- [Runbooks](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks.md)
- [Investigating Anomalous Outbound Network Calls](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks/investigating-anomalous-outbound-network-calls.md)
- [How to Determine Minimum Token Permissions](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks/how-to-determine-minimum-token-permissions.md)
- [Triaging Action Uses Imposter Commit](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks/triaging-action-uses-imposter-commit.md)
- [Triaging Runner.Worker Memory Read](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks/triaging-runner.worker-memory-read.md)
- [Triaging Reverse Shell](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks/triaging-reverse-shell.md)
- [Triaging Privileged Container](https://docs.stepsecurity.io/github-actions/harden-runner/runbooks/triaging-privileged-container.md)
- [Actions](https://docs.stepsecurity.io/github-actions/actions.md)
- [GitHub Actions In Use](https://docs.stepsecurity.io/github-actions/actions/github-actions-in-use.md)
- [Reusable Workflows](https://docs.stepsecurity.io/github-actions/actions/reusable-workflows.md)
- [GitHub Actions Advisor](https://docs.stepsecurity.io/github-actions/actions/github-actions-advisor.md)
- [StepSecurity Maintained Actions](https://docs.stepsecurity.io/github-actions/actions/stepsecurity-maintained-actions.md)
- [Action Requests](https://docs.stepsecurity.io/github-actions/actions/action-requests.md)
- [Workflow Run Policies](https://docs.stepsecurity.io/github-actions/workflow-run-policies.md)
- [Policies](https://docs.stepsecurity.io/github-actions/workflow-run-policies/policies.md)
- [Policy Evaluations](https://docs.stepsecurity.io/github-actions/workflow-run-policies/policy-evaluations.md)
- [Actions Secret](https://docs.stepsecurity.io/github-actions/actions-secret.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stepsecurity.io/github-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
