From 9845ca64eee68c7e8ffee3536ca6fdff209d8e59 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Mon, 27 Jul 2026 14:44:50 -0700 Subject: [PATCH] CI: seed a stale pin comment for the sync rollout exercise Deliberately mislabels the setup-go pin (# v7.0.0 -> # v6.9.9) so the newly landed post-merge repair workflow can be exercised end to end in one repo before fleet enablement: the repair PR it opens should restore exactly this comment and nothing else. --- .github/workflows/release-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-go.yml b/.github/workflows/release-go.yml index a0c996c2b..fb48c37c3 100644 --- a/.github/workflows/release-go.yml +++ b/.github/workflows/release-go.yml @@ -39,7 +39,7 @@ jobs: git merge-base --is-ancestor "$GITHUB_SHA" origin/main - name: Set up Go - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v6.9.9 # zizmor: ignore[cache-poisoning] -- cached deps are for testing, not release artifact generation with: go-version-file: 'go/go.mod'