fix(website): correct Pages deployment action pin - #338
Open
ritiksah141 wants to merge 1 commit into
Open
Conversation
Signed-off-by: ritiksah141 <ritiksah141@gmail.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
parthrohit22
approved these changes
Sep 8, 2026
parthrohit22
left a comment
Collaborator
There was a problem hiding this comment.
Nice catch. I pulled refs/tags/v4.0.5 from actions/deploy-pages and the new SHA (d6db9016…c0c03e) matches, while the old one 404s — so the deploy job was genuinely broken at action resolution. Change is correctly scoped, pin comment still lines up, no behavior change. LGTM 👍 approving
TFT444
approved these changes
Sep 12, 2026
TFT444
left a comment
Collaborator
There was a problem hiding this comment.
SHA pin looks correct for v4.0.5. LGTM.
TFT444
approved these changes
Sep 14, 2026
TFT444
left a comment
Collaborator
There was a problem hiding this comment.
CI is fully green. The Pages deployment action pin is correct and the fix is straightforward. Approved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects the immutable
actions/deploy-pages@v4.0.5commit pin used by the website deployment workflow.Why
Website builds on
devcompleted successfully, but the deployment job failed during action resolution because the configured commit does not exist inactions/deploy-pages.Changes
v4.0.5tagVerification
npm run check: passed for CMS-disabled and CMS-enabled builds, with 14 pages verifiedactionlint .github/workflows/website.yml: passedgit diff --check: passedactions/deploy-pagesv4.0.5tag SHA verified through the GitHub APIDeployment after merge
The next push to
dev, or a manual workflow dispatch fromdev, will rebuild the website and retry GitHub Pages deployment. Repository administrators must still configure Settings > Pages > Source: GitHub Actions if Pages is not already enabled.