Commit 67c9440
fix: wrap bare errors in tool actions for telemetry classification
Test_RunMethodsNoBareErrors requires all action Run() methods to use
sentinel-wrapped errors (fmt.Errorf with %w) for proper telemetry
classification. Fixed bare fmt.Errorf calls in tool upgrade action.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a033dcd commit 67c9440
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | | - | |
| 568 | + | |
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
0 commit comments