# PinResolution (/docs/api/interfaces/PinResolution)



Defined in: [packages/core/src/passes/pin.ts:20](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/passes/pin.ts#L20)

A resolved immutable reference, cached in the lockfile.

## Properties [#properties]

### digest [#digest]

```ts
digest: string;
```

Defined in: [packages/core/src/passes/pin.ts:22](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/passes/pin.ts#L22)

40-hex commit sha for actions, `sha256:…` digest for docker images.

***

### resolvedAt? [#resolvedat]

```ts
optional resolvedAt?: string;
```

Defined in: [packages/core/src/passes/pin.ts:24](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/passes/pin.ts#L24)

ISO timestamp of resolution; drives the `tag+date` comment deterministically.


## Sitemap

Browse the full documentation: [Markdown sitemap](https://austenstone.github.io/actio/sitemap.md) · [XML sitemap](https://austenstone.github.io/actio/sitemap.xml)