API ReferenceInterfaces
PinResolution
Defined in: packages/core/src/passes/pin.ts:20
A resolved immutable reference, cached in the lockfile.
Properties
digest
digest: string;Defined in: packages/core/src/passes/pin.ts:22
40-hex commit sha for actions, sha256:… digest for docker images.
resolvedAt?
optional resolvedAt?: string;Defined in: packages/core/src/passes/pin.ts:24
ISO timestamp of resolution; drives the tag+date comment deterministically.