build(workflows): fix stale version comment for dependency-review-action v4.9.0#948
Merged
WilliamBerryiii merged 2 commits intomainfrom Mar 9, 2026
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
katriendg
approved these changes
Mar 9, 2026
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.
Description
Fix stale version comment in the dependency-review workflow. Dependabot PR #942 updated the
dependency-review-actionSHA to v4.9.0, but left the trailing version comment at# v4.3.4. This PR corrects the comment to# v4.9.0so it accurately reflects the pinned action version.Single comment-only change — no functional or behavioral impact.
Related Issue(s)
Closes #949
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Testing
Automated validation (all passed):
npm run lint:version-consistencynpm run lint:dependency-pinningnpm run lint:allSecurity analysis: No concerns — change is comment-only with no dependency additions, permission changes, or sensitive data exposure.
Manual testing: Not performed — comment-only change has no runtime behavior to test.
Checklist
Required Checks
AI Artifact Contributions
Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run validate:skillsnpm run lint:md-linksnpm run lint:psnpm run plugin:generateSecurity Considerations
Additional Notes
The SHA
2031cfc080254a8a887f58cffee85186f0e49e48was already correct for v4.9.0 (landed via dependabot PR #942). Only the trailing version comment was stale.