From 1d334a05057789bdc9584091286265c296dd40df Mon Sep 17 00:00:00 2001 From: "cloud-code-bot[bot]" <234529496+cloud-code-bot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 21:14:15 +0000 Subject: [PATCH] ci: bump groom to github-workflows@9cbbaa9 --- .github/workflows/groom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/groom.yml b/.github/workflows/groom.yml index 121b357c..f0296486 100644 --- a/.github/workflows/groom.yml +++ b/.github/workflows/groom.yml @@ -87,7 +87,7 @@ jobs: # Omitting it rejects the run outright ("requesting 'actions: read', but is # only allowed 'actions: none'"). actions: read - uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@23c7b69392d08e57f545d393faa391e43cf4dd55 # main @ 23c7b69 + uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@9cbbaa9f3b99ec14f80630f0b6e8ad0e1791287e # main @ 9cbbaa9 with: # File as cloud-code-bot (App token) rather than github-actions[bot]. Absent # APP_ID degrades to github-actions[bot] instead of failing. @@ -95,7 +95,7 @@ jobs: # Keep the assets ref (finder and verifier briefs plus dedup ledger) in # lock-step with the `uses:` ref above, so a run always loads the briefs # that match the workflow filing the issues. - workflows_ref: 23c7b69392d08e57f545d393faa391e43cf4dd55 + workflows_ref: 9cbbaa9f3b99ec14f80630f0b6e8ad0e1791287e # Manual dispatch can dry-run; the scheduled run always files live. # # BOTH comparisons are load-bearing, and the `inputs` context is NOT usable