Commit 0a8a7a2
[CI] Fix SARIF upload failing when reports directory doesn't exist
The analyzer step has continue-on-error, so when it fails the
src/reports directory is never created, causing upload-sarif to error.
Ensure the directory exists before uploading.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 107814e commit 0a8a7a2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
277 | 281 | | |
| 282 | + | |
278 | 283 | | |
279 | 284 | | |
280 | 285 | | |
| |||
0 commit comments