-
Notifications
You must be signed in to change notification settings - Fork 169
Comparing changes
Open a pull request
base repository: actions/dependency-review-action
base: v4.9.0
head repository: actions/dependency-review-action
compare: v5.0.0
- 19 commits
- 12 files changed
- 7 contributors
Commits on Mar 6, 2026
-
Add .github/copilot-instructions.md for Copilot coding agent
Add instructions file to help Copilot coding agent work efficiently with this repository. Includes build/validation commands, project layout, CI checks, style rules, testing patterns, and important notes about the codebase conventions.
Configuration menu - View commit details
-
Copy full SHA for cffae74 - Browse repository at this point
Copy the full SHA cffae74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51df6d - Browse repository at this point
Copy the full SHA f51df6dView commit details -
Merge pull request #1067 from ahpook/ahpook/custom-instructions
Add .github/copilot-instructions.md for Copilot coding agent
Configuration menu - View commit details
-
Copy full SHA for f5b9717 - Browse repository at this point
Copy the full SHA f5b9717View commit details
Commits on Mar 23, 2026
-
fix: patched version display for advisories with non-strict semver ra…
…nges (e.g. Maven beta versions) When showing patched versions in the vulnerability summary, advisories with version ranges containing non-strict semver components — such as Maven's >= 2.0-beta9, < 2.25.3 — would display "N/A" instead of the correct patched version. The fix adds a coercion step in fail-open mode that rewrites invalid version components within the range string to their nearest valid semver equivalents (e.g. 2.0-beta9 → 2.0.0) before retrying validation, allowing the patched version lookup to succeed without affecting the fail-closed vulnerability detection path. Adds test case for maven and another for golang for extra coverage
Configuration menu - View commit details
-
Copy full SHA for 15a4986 - Browse repository at this point
Copy the full SHA 15a4986View commit details
Commits on Mar 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ee2ff40 - Browse repository at this point
Copy the full SHA ee2ff40View commit details
Commits on Apr 8, 2026
-
Update Node.js runtime from 20 to 24
Node 20 is being deprecated and Node 24 is the latest LTS. This updates the GitHub Actions runtime, CI workflows, type definitions, and documentation to use Node 24.
Configuration menu - View commit details
-
Copy full SHA for c11bf07 - Browse repository at this point
Copy the full SHA c11bf07View commit details
Commits on May 4, 2026
-
Bump spdx-license-ids from 3.0.20 to 3.0.23
Adds support for newer SPDX license identifiers such as FSL-1.1-MIT that were not recognized in the previous version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 451707b - Browse repository at this point
Copy the full SHA 451707bView commit details
Commits on May 8, 2026
-
Merge pull request #1084 from scottschreckengaust/update-node-20-to-24
Update Node.js runtime from 20 to 24
Configuration menu - View commit details
-
Copy full SHA for 398653e - Browse repository at this point
Copy the full SHA 398653eView commit details -
Merge pull request #1091 from mongolyy/bump/spdx-license-ids-3.0.23
Bump spdx-license-ids from 3.0.20 to 3.0.23
Configuration menu - View commit details
-
Copy full SHA for 9ae8e67 - Browse repository at this point
Copy the full SHA 9ae8e67View commit details -
Merge pull request #1077 from Marukome0743/docs/checkout
docs: bump actions/checkout from v4 to v6 in workflow examples
Configuration menu - View commit details
-
Copy full SHA for 55d3e75 - Browse repository at this point
Copy the full SHA 55d3e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05aaaae - Browse repository at this point
Copy the full SHA 05aaaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821a21d - Browse repository at this point
Copy the full SHA 821a21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b7079 - Browse repository at this point
Copy the full SHA b6b7079View commit details -
Merge pull request #1076 from tspascoal/fix-version-matching-for-non-…
…string-semver-advisories fix: patched version display for advisories with non-strict semver ranges (e.g. Maven beta versions)
Configuration menu - View commit details
-
Copy full SHA for a8e5a7e - Browse repository at this point
Copy the full SHA a8e5a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d92a12 - Browse repository at this point
Copy the full SHA 6d92a12View commit details -
Merge pull request #1094 from actions/ashelytc/security-findings
Resolve security findings
Configuration menu - View commit details
-
Copy full SHA for 454943c - Browse repository at this point
Copy the full SHA 454943cView commit details -
- rebuilds package files - updates version in package.json to v5.0.0 - small README update, to indicate minimum actions runner
Configuration menu - View commit details
-
Copy full SHA for 3943c2c - Browse repository at this point
Copy the full SHA 3943c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6c199 - Browse repository at this point
Copy the full SHA eb6c199View commit details -
Merge pull request #1098 from actions/ahpook/v5-release
v5.0.0 release branch
Configuration menu - View commit details
-
Copy full SHA for a1d282b - Browse repository at this point
Copy the full SHA a1d282bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.9.0...v5.0.0