Bump actions/dependency-review-action from 4 to 4.9.0#357
Conversation
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4 to 4.9.0. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4...v4.9.0) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewChecking how the action is referenced in the repository workflows. Verdict: benign Why this is safe
Actionable note: Treat the two heuristic warnings as noise unless you adopt separate Action-specific scanning rules; they disagree with standard interpretation here and should not block merge on their own. Compatibility AnalysisSearching the repo for 1) Where it’s usedOnly one tracked workflow references the action: - name: "Dependency Review"
uses: actions/dependency-review-action@v4.9.0
with:
allow-dependencies-licenses: pkg:pypi/pyinstaller
deny-licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-1.0-or-later, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-laterRuns on PRs, gated with 2) Overlap with 4 → 4.9.0 changes
Upstream still documents the inputs you use ( 3) Risks / unknowns
No build/test surface is affected locally—workflow-only. 4) RecommendationMerge. Single call site, only standard inputs already supported in v4, changes are incremental fixes/features with no indication your config depends on obsolete behavior. Use merge-with-caveats only if runs happen on infra that might not support Node 24 JS actions; then confirm one green Malware Scan Summary
Top findings
|
|
Close and reopen for CI run |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewChecking how the action is referenced in repository workflows (excluding Dependabot artifact files). Verdict: benign Evidence
- name: "Dependency Review"
uses: actions/dependency-review-action@v4.9.0
with:
allow-dependencies-licenses: pkg:pypi/pyinstaller
deny-licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-1.0-or-later, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later
Practical note: Merge is reasonable after CI passes; optional hardening is pinning by commit SHA plus Dependabot SHA bumps if your policy requires immutable refs beyond Compatibility AnalysisSearching the repo for 1) Where it’s usedOnly in - name: "Dependency Review"
uses: actions/dependency-review-action@v4.9.0
with:
allow-dependencies-licenses: pkg:pypi/pyinstaller
deny-licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-1.0-or-later, AGPL-3.0-or-later, GPL-1.0-only, GPL-1.0-or-later, GPL-2.0-only, GPL-2.0-or-later, GPL-3.0-only, GPL-3.0-or-later2) Overlap with likely changes (4 → 4.9.0)
No production app code paths involved. 3) Risks / unknowns
4) RecommendationMerge. Optional sanity check after merge: confirm the next Malware Scan Summary
Top findings
|
Bumps actions/dependency-review-action from 4 to 4.9.0.
Release notes
Sourced from actions/dependency-review-action's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk: only changes a CI workflow action version, with no impact on application/runtime code. Potential risk is limited to slightly different dependency review behavior in PR checks.
Overview
Updates the
Dependency ReviewGitHub Actions workflow to useactions/dependency-review-action@v4.9.0instead of the genericv4tag, effectively pinning the dependency-review step to a specific release.Reviewed by Cursor Bugbot for commit 7d178c1. Bugbot is set up for automated code reviews on this repo. Configure here.