ActionsWorkflowDependency
Dependencies of a GitHub Action workflow
interface ActionsWorkflowDependency {
foundAt: ActionsWorkflowDependencyFoundAt!
}
Fields
ActionsWorkflowDependency.foundAt ● ActionsWorkflowDependencyFoundAt! non-null object
The location of the dependency in a workflow file
Member of
ActionsWorkflow object
Implemented by
ActionsWorkflowContainerImageDependency object ● ActionsWorkflowExternalScriptDependency object ● ActionsWorkflowLocalActionDependency object ● ActionsWorkflowPublicActionDependency object