Skip to main content

Module actions

Module actions 

Source
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§

ActionsCandidate
ActionsInput
ActionsJob
ActionsReference
ActionsReport
ActionsSourceRef
ActionsStep
ActionsVariable

Enums§

ActionsDisposition
ActionsSourceKind

Functions§

actions_human
actions_json
actions_variable_human
actions_variable_json
analyze_workflow
analyze_workflow_with_content