Skip to content

Commit cb3de4e

Browse files
authored
fix: remove unused action pins helper to satisfy lint (#26531)
1 parent 69fd9ea commit cb3de4e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/workflow/action_pins.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ func getActionPins() []ActionPin {
6363
return actionpins.GetActionPins()
6464
}
6565

66-
// getActionPinsByRepo returns the sorted pins for a repo. Package-private.
67-
func getActionPinsByRepo(repo string) []ActionPin {
68-
return actionpins.GetActionPinsByRepo(repo)
69-
}
70-
7166
// getCachedActionPinFromResolver returns the pinned action reference for repo,
7267
// preferring dynamic resolution via resolver over the embedded pins.
7368
// For use within pkg/workflow when only a resolver is available (no WorkflowData).

0 commit comments

Comments
 (0)