drill(191): pin self-ref to the candidate SHA (scaffolding, never merged)

This commit is contained in:
c 2026-08-04 12:02:01 +00:00
parent 21c70e06a4
commit cf139ab2c2
2 changed files with 2 additions and 2 deletions

View file

@ -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: "21c70e06a470270143385c9506dadce99feae991"
jobs:
scope:

View file

@ -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: "21c70e06a470270143385c9506dadce99feae991"
VERSION_SOURCE: ${{ inputs.version-source }}
jobs: