{{ message }}
[release/v7.5.6] Bump actions/dependency-review-action from 4.8.3 to 4.9.0#27158
Merged
adityapatwardhan merged 1 commit intoPowerShell:release/v7.5.6from Apr 3, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the GitHub Actions security tooling update to the release/v7.5.6 branch by updating the pinned actions/dependency-review-action revision used in the Dependency Review workflow.
Changes:
- Bump
actions/dependency-review-actionpin to the commit forv4.9.0in.github/workflows/dependency-review.yml.
Comment on lines
21
to
+22
There was a problem hiding this comment.
PR title/description says this is a bump from v4.8.3 → v4.9.0, but the workflow previously pinned actions/dependency-review-action at v4.3.4 (per the removed line in this diff). Please update the PR title/description to reflect the actual from-version for this release branch, or add a note explaining the difference from the original PR.
daxian-dbw
approved these changes
Apr 3, 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.

Backport of #26938 to release/v7.5.6
Triggered by @adityapatwardhan on behalf of @app/dependabot
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Updates the pinned GitHub Actions dependency review action on the release branch to keep CI security tooling current.
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Verified the cherry-picked workflow change only updates actions/dependency-review-action pin in .github/workflows/dependency-review.yml and preserves release/v7.5.6-specific checkout pin. Cherry-pick completed cleanly after resolving one workflow-line conflict.
Risk
REQUIRED: Check exactly one box.
Single-line workflow action version bump in CI/security tooling; scoped change with no product runtime impact.
Merge Conflicts
Conflict in .github/workflows/dependency-review.yml on the dependency-review-action pin due branch drift. Resolved by keeping release/v7.5.6 checkout pin and applying the intended dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 update.