diff --git a/pkg/workflow/action_pins_test.go b/pkg/workflow/action_pins_test.go index 5115758b87..62ab46ccf1 100644 --- a/pkg/workflow/action_pins_test.go +++ b/pkg/workflow/action_pins_test.go @@ -297,9 +297,9 @@ func TestApplyActionPinToStep(t *testing.T) { func TestGetActionPinsSorting(t *testing.T) { pins := getActionPins() - // Verify we got all the pins (31 as of March 2026) - if len(pins) != 31 { - t.Errorf("getActionPins() returned %d pins, expected 31", len(pins)) + // Verify we got all the pins (34 as of March 2026) + if len(pins) != 34 { + t.Errorf("getActionPins() returned %d pins, expected 34", len(pins)) } // Verify they are sorted by version (descending) then by repository name (ascending)