From 0c5518307dd0cc39d56a44962200b2a2b43dba77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:56:27 +0000 Subject: [PATCH] chore: sync docs + api reference for core@1.34.0 --- public/llms-full.txt | 10 ++++++++++ src/data/api.json | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/public/llms-full.txt b/public/llms-full.txt index d466099..ad8b744 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -10686,6 +10686,16 @@ interface AiReviewWorkflowSpec checkout?: string The pinned `actions/checkout@` to check the repository out with. Like {@link hardenRunner}, supplying it renders the separate steps. + pins?: CiPinResolver + Resolves each action's pinned reference by name, exactly as `cicd`'s own + option does. + + Supply it when the build sources pins from somewhere that stays current. + Without it the prelude action falls back to the reference baked into the + core this package resolved against — which is a release behind as soon as + the action is released again, and silently so: this file would name a + different commit from every other generated workflow in the repository, + and only a diff would show it. path?: string Output path. Defaults to the host's conventional location. name?: string diff --git a/src/data/api.json b/src/data/api.json index e3fc78b..5c47685 100644 --- a/src/data/api.json +++ b/src/data/api.json @@ -21177,6 +21177,13 @@ "signature": "checkout?: string", "doc": "The pinned `actions/checkout@` to check the repository out with.\nLike {@link hardenRunner}, supplying it renders the separate steps." }, + { + "name": "pins", + "kind": "property", + "optional": true, + "signature": "pins?: CiPinResolver", + "doc": "Resolves each action's pinned reference by name, exactly as `cicd`'s own\noption does.\n\nSupply it when the build sources pins from somewhere that stays current.\nWithout it the prelude action falls back to the reference baked into the\ncore this package resolved against — which is a release behind as soon as\nthe action is released again, and silently so: this file would name a\ndifferent commit from every other generated workflow in the repository,\nand only a diff would show it." + }, { "name": "path", "kind": "property",