Commit 8cc83f0
Fix Dependabot workflow: add error logging (#2140)
The \ ix-dependabot-alerts\ workflow ran successfully but found zero
packages because the script's stderr was silently redirected to a temp
file and never printed.
### Change
When the script produces no valid JSON output, the stderr log is now
printed to the job log for debugging.
### How to verify
Merge this PR, then re-run the workflow. The stderr output will reveal
the actual error (likely a 403 from the Dependabot alerts API due to
\GITHUB_TOKEN\ limitations).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2a77373 commit 8cc83f0
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
72 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
79 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
80 | 90 | | |
81 | 91 | | |
82 | 92 | | |
| |||
0 commit comments