Actio
API ReferenceFunctions

applyPins

function applyPins(ctx, options): PinTarget[];

Defined in: packages/core/src/passes/pin.ts:124

Rewrite pinnable uses: literals (step- and job-level) to their resolved digest, attaching the original tag as a trailing comment. Targets without a known resolution are collected and returned so the caller can resolve them and re-run. Returns the deduped set of pinnable targets seen.

Parameters

ctx

ParseContext

options

PinOptions

Returns

PinTarget[]

On this page