chore(deps): bump actions/dependency-review-action from 4.9.0 to 5.0.0#20
Conversation
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.9.0 to 5.0.0. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@2031cfc...a1d282b) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThis PR updates the pinned commit SHA for the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/dependency-review.yml:
- Line 24: Update the inline comment on the GitHub Actions step that pins the
dependency-review-action to the commit SHA
a1d282b36b6f3519aa1f3fc636f609c47dddb294 so the comment matches the actual
resolved release; change the trailing comment from "# v4" to "# v5.0.0" in the
line containing "uses:
actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 778fdfd1-78a6-4168-aadc-305ee9e32aba
📒 Files selected for processing (1)
.github/workflows/dependency-review.yml
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 | ||
|
|
||
| - uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4 | ||
| - uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v4 |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
PINNED_SHA="a1d282b36b6f3519aa1f3fc636f609c47dddb294"
REPO="actions/dependency-review-action"
echo "Pinned SHA: $PINNED_SHA"
echo
echo "Resolve tag commit SHAs (commit objects) for v4 and v5:"
gh api "/repos/${REPO}/tags?per_page=100" \
--jq '.[] | select(.name=="v4" or .name=="v5" or .name=="v5.0.0" or .name=="v4.9.0") | {name: .name, commit: .commit.sha}'
echo
echo "Check if pinned SHA matches one of those commits:"
gh api "/repos/${REPO}/tags?per_page=100" \
--jq --arg pin "$PINNED_SHA" '.[] | select(.commit.sha==$pin) | {matched_tag: .name, commit: .commit.sha}'Repository: Sentriscloud/sentrix-grpc-wasm
Length of output: 422
Update the inline annotation to reflect the actual pinned version.
The pinned SHA a1d282b36b6f3519aa1f3fc636f609c47dddb294 correctly resolves to v5.0.0 (not v4), but the inline comment still reads # v4. This should be updated to # v5.0.0 to align with the actual commit.
Suggested fix
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.github/workflows/dependency-review.yml at line 24, Update the inline
comment on the GitHub Actions step that pins the dependency-review-action to the
commit SHA a1d282b36b6f3519aa1f3fc636f609c47dddb294 so the comment matches the
actual resolved release; change the trailing comment from "# v4" to "# v5.0.0"
in the line containing "uses:
actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294".
Bumps actions/dependency-review-action from 4.9.0 to 5.0.0.
Release notes
Sourced from actions/dependency-review-action's releases.
Commits
a1d282bMerge pull request #1098 from actions/ahpook/v5-releaseeb6c199update examples to show@v53943c2cv5.0.0 release branch454943cMerge pull request #1094 from actions/ashelytc/security-findings6d92a12revert@typescript-eslint/parserupdatea8e5a7eMerge pull request #1076 from tspascoal/fix-version-matching-for-non-string-s...b6b7079update@typescript-eslint/parserto 8.40.0821a21dupdate more dependencies05aaaaerun npm audit fix55d3e75Merge pull request #1077 from Marukome0743/docs/checkoutDependabot 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)Summary by CodeRabbit
Note: This release contains only internal maintenance updates with no changes to user-facing functionality.