Skip to content

Commit 1e4089b

Browse files
committed
docs(ci): pin valk-guard install ref for stable reviewdog conversion
1 parent 0e91a39 commit 1e4089b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ valk-guard-example/
5656
Workflow install target is configured as:
5757

5858
```text
59-
github.com/valkdb/valk-guard/cmd/valk-guard@latest
59+
github.com/valkdb/valk-guard/cmd/valk-guard.0.0-20260304065917-b9d9468a4ea3@latest
6060
```
6161

6262
Rationale:
6363

64-
- This repository is a demo showcase; tracking latest keeps examples aligned with current built-in behavior.
65-
- If you need strict reproducibility, pin a fixed tag in workflow `VALK_GUARD_INSTALL_REF`.
64+
- This repository is a demo showcase, but CI is pinned to a known-good valk-guard build to keep output shape stable.
65+
- Pinning avoids format drift that can break downstream tooling steps (for example: `Convert to reviewdog format`).
66+
- When upgrading, bump `VALK_GUARD_INSTALL_REF` intentionally and verify the full workflow output.
6667

6768
## Creating Demo PRs (one rule at a time)
6869

0 commit comments

Comments
 (0)