Commit af52bf8
fix(ci): handle artifact download failures in weekly security audit (#693)
Add resilience to the Vulnerability Report job for transient GitHub
Actions infrastructure issues with artifact downloads.
Changes:
- Downgrade from actions/download-artifact@v6 to v4 for stability
- Add retry step when initial download fails
- Add verification step to check if artifacts exist
- Add graceful handling when artifacts are unavailable
- Add warning annotation for missing artifacts
- Skip analysis (instead of failing) when artifacts unavailable
Root cause: Azure blob storage timeouts cause download-artifact@v6 to
fail after 5 retries. This is a GitHub infrastructure issue, not a
problem with our security scans which complete successfully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 3557c40 commit af52bf8
1 file changed
+53
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
148 | 160 | | |
149 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
150 | 178 | | |
151 | 179 | | |
152 | 180 | | |
153 | 181 | | |
154 | 182 | | |
155 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
156 | 197 | | |
157 | 198 | | |
158 | 199 | | |
| |||
164 | 205 | | |
165 | 206 | | |
166 | 207 | | |
| 208 | + | |
167 | 209 | | |
168 | 210 | | |
169 | 211 | | |
| |||
246 | 288 | | |
247 | 289 | | |
248 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
249 | 300 | | |
250 | | - | |
| 301 | + | |
251 | 302 | | |
252 | 303 | | |
253 | 304 | | |
| |||
0 commit comments