Commit fd0bb08
ci: upload HTML review report as artifact (#728)
* ci: upload HTML review report as artifact
Instruct grumpy-review to render HTML instead of markdown and save
report.json + report.html to a known directory. Add upload-artifact
step so the interactive report (with Chart.js charts, severity
filtering, sorting) is downloadable from the Actions run.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: harden report artifact — pre-create dir, drop cp, explicit paths
Address bot review comments:
- Pre-create $REPORT_DIR before Claude runs (CodeRabbit)
- Remove Bash(cp *) from allowed tools; write directly to $REPORT_DIR (Copilot)
- Upload only report.json and report.html, not the whole directory (Copilot)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: simplify prompt — drop redundant directory note
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 768a834 commit fd0bb08
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
95 | 112 | | |
96 | 113 | | |
97 | 114 | | |
| |||
0 commit comments