File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,13 @@ permissions:
1414
1515jobs :
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
You can’t perform that action at this time.
0 commit comments