From cc6406f9dac5a9842fa7abce0c9a2d1925268a42 Mon Sep 17 00:00:00 2001 From: c Date: Tue, 4 Aug 2026 15:02:07 +0000 Subject: [PATCH] drill(191): pin self-ref to merged main (scaffolding) --- .github/workflows/labels.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 86328ae..91418d7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -28,7 +28,7 @@ on: env: # A called workflow arrives without its repository. Keep this literal pin # aligned with the ceremony release consumed by callers (issue #9 D3). - CEREMONY_SELF_REF: "0.4.0" + CEREMONY_SELF_REF: "fda5657285ad32e2f0ff9465c6701f0833f7e8fa" jobs: scope: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 556b841..a3d0f7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ env: # `ref:` accepts ${{ env }}; `uses:` strings do not — which is why the # shared logic arrives as script files via checkout, not as inner `uses:` # references. - CEREMONY_SELF_REF: "0.4.0" + CEREMONY_SELF_REF: "fda5657285ad32e2f0ff9465c6701f0833f7e8fa" VERSION_SOURCE: ${{ inputs.version-source }} jobs: