chore(deps): bump actions/upload-pages-artifact v3 → v5 (supersedes #76)#78
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated the GitHub Pages workflow: bumped Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Supersedes #76 (same Dependabot SONAR_TOKEN issue as #71/#75). The v4 release excludes hidden files (dotfiles) by default. The workflow uploads docs/site/, which contains only index.html — no dotfiles — so the breaking change does not affect this pipeline. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ
Fresh transitive advisory: panic during CRL parsing. Blocks License & Supply Chain and Dependency Audit on main, not specific to this PR. Folding the fix here to unblock CI. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ
b0e48b5 to
59dad9d
Compare
|



What
Bumps
actions/upload-pages-artifactfromv3tov5in.github/workflows/pages.yml.Why
Supersedes #76. That PR was opened by Dependabot and its
SonarCloud Scancheck fails because Dependabot-triggered workflows don't receiveSONAR_TOKEN— same GitHub-level secret scoping issue as #75. Re-submitting from a regular branch so the scan can authenticate.How
One-line change:
@v3→@v5.The v4 release excludes hidden files (dotfiles) from the artifact by default. This workflow uploads
docs/site/, which contains onlyindex.html— no dotfiles — so the breaking change does not affect this pipeline.Test plan
SonarCloud Scanmainthat matches the Pages path filter successfully deployshttps://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ
Summary by CodeRabbit