From 09eb21c88f04e7185c55545a3f018161c9f026f2 Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 12:08:29 +0000 Subject: [PATCH] docs(scripts): Clarify the external uses reference normalization comment --- scripts/check-lock-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-lock-sync.sh b/scripts/check-lock-sync.sh index c3a39a0..977f893 100755 --- a/scripts/check-lock-sync.sh +++ b/scripts/check-lock-sync.sh @@ -77,7 +77,7 @@ if [[ "${#WORKFLOWS[@]}" -eq 0 ]]; then fi read -r -d '' PROG <<'AWK' || true -# Normalise an external workflow `uses:` reference to owner/repository@ref, +# Normalise an external `uses:` reference to owner/repository@ref, # discarding any action subpath. Return an empty string for local actions or # values without a repository path and ref. function norm(r, at, path, ref, n, parts) {