From f766752090429241c20a0d86aba6f679d713fc2c Mon Sep 17 00:00:00 2001 From: Codex Review Date: Sun, 9 Aug 2026 16:14:28 +0000 Subject: [PATCH] drill: arm 0.6.1 candidate ref --- .github/workflows/labels-sweep.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labels-sweep.yml b/.github/workflows/labels-sweep.yml index 557ca81..0a3f094 100644 --- a/.github/workflows/labels-sweep.yml +++ b/.github/workflows/labels-sweep.yml @@ -63,7 +63,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.6.1" + CEREMONY_SELF_REF: "ba3b17af88e0fe1ccae9eefd4b37bf2666f6cdad" jobs: reconcile: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index baebe76..25f5807 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -48,7 +48,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.6.1" + CEREMONY_SELF_REF: "ba3b17af88e0fe1ccae9eefd4b37bf2666f6cdad" jobs: scope: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e4575f..a84e57b 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.6.1" + CEREMONY_SELF_REF: "ba3b17af88e0fe1ccae9eefd4b37bf2666f6cdad" VERSION_SOURCE: ${{ inputs.version-source }} jobs: