workflow

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindWorkflowFiles

func FindWorkflowFiles() ([]string, error)

func ReplaceActionsInFile

func ReplaceActionsInFile(filePath string, replacements []Replacement) error

Types

type ActionReference

type ActionReference struct {
	Owner    string
	Repo     string
	Ref      string
	Line     int
	FilePath string
	FullUses string
	IsPinned bool
}

func ParseWorkflowFile

func ParseWorkflowFile(filePath string) ([]ActionReference, error)

type Replacement

type Replacement struct {
	Action  ActionReference
	SHA     string
	Version string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL