Skip to content

Commit 1f3fc57

Browse files
e-pin the estate reusables to the last accepted standards ref (#57)
fix(ci): re-pin the estate reusables to the last accepted standards ref Pins at `4e6ffe55`-or-later are rejected by GitHub's dependency-lockfile validation, so the callers that used them could not parse: `conclusion=failure`, **0 jobs**, run name equal to the file's path. `210f14e7` (2026-09-12T17:32:17Z) is the last ref whose pins are accepted — measured by pinning a caller at each candidate and dispatching it, not inferred. This re-points the refs here to that ref. Behaviour is otherwise unchanged; the lockfile in `hyperpolymath/standards` is the thing that has to be regenerated before a forward re-point is safe again, and the estate's own applier (`.github/workflows/apply-workflow-pins.yml`) is what should do that re-pointing once it can run.
1 parent 015c06b commit 1f3fc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rescript-templater/.github/workflows/rsr-antipattern.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ on:
99
branches: [main, master, develop]
1010
jobs:
1111
antipattern-check:
12-
uses: hyperpolymath/standards/.github/workflows/rsr-antipattern-reusable.yml@main
12+
uses: hyperpolymath/standards/.github/workflows/rsr-antipattern-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687
1313
timeout-minutes: 10

0 commit comments

Comments
 (0)