Expand description
GitHub Actions workflow environment analysis.
Static analysis of where a workflow’s environment variables come from.
A workflow cannot be executed here, so runtime-only behavior is marked
explicitly instead of being guessed: GITHUB_ENV writes produce an Info
diagnostic, and ${{ secrets.* }} / ${{ vars.* }} references are
reported as external (repository or organization state).
Structs§
- Actions
Candidate - Actions
Input - Actions
Job - Actions
Reference - Actions
Report - Actions
Source Ref - Actions
Step - Actions
Variable