Commit 8a3d09a
ci: reference the report action by local path, not a version pin (#60)
* ci: reference the report action by local path, not a version pin
Point both Report coverage steps at ./.github/actions/report instead of
a pinned CoverageTracker/coverage-tracker/.../report@vX.Y.Z tag. This
repo dogfoods its own action, so it should run the exact code on the
current branch rather than a released version — and a local path never
needs resolving a tag/branch at all, which permanently removes the
catch-22 where release-prep bumped this pin ahead of the tag existing.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 6e7a2a6 commit 8a3d09a
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
118 | | - | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
0 commit comments