Skip to content

Commit ef7e9a9

Browse files
committed
ci(security): pin the llm-registre reusable workflow to a commit
It runs in our context with a tracker-write token; @main let upstream change that unreviewed.
1 parent b83ae1e commit ef7e9a9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/feature-phase-review.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ permissions:
1414

1515
jobs:
1616
review:
17-
uses: dravr-ai/llm-registre/.github/workflows/feature-phase-review-reusable.yml@main
17+
# Pinned to a commit, not @main: this reusable workflow runs in our context
18+
# with a token that can write issues on the private tracker, so upstream
19+
# must not be able to change what executes here without review. It is the
20+
# same commit the .registre submodule pins, so the two agree. Upstream cuts
21+
# no tags, so Dependabot will not bump this — move it by hand alongside the
22+
# submodule, after reading the diff of the called workflow.
23+
uses: dravr-ai/llm-registre/.github/workflows/feature-phase-review-reusable.yml@7d9c97acb1b6f484a931ce6e838db836fdb0fd0e
1824
with:
1925
tracker: jfarcand/mirroir-carnet
2026
repo_label: iphone-mirroir-mcp

0 commit comments

Comments
 (0)