Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/dependency-review-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.0
Choose a base ref
...
head repository: actions/dependency-review-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 19 commits
  • 12 files changed
  • 7 contributors

Commits on Mar 6, 2026

  1. 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.
    ahpook committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    cffae74 View commit details
    Browse the repository at this point in the history
  2. Updates from code review

    ahpook committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    f51df6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1067 from ahpook/ahpook/custom-instructions

    Add .github/copilot-instructions.md for Copilot coding agent
    ahpook authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    f5b9717 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. 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
    tspascoal authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    15a4986 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Configuration menu
    Copy the full SHA
    ee2ff40 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. 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.
    scottschreckengaust committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    c11bf07 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. 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>
    mongolyy and claude committed May 4, 2026
    Configuration menu
    Copy the full SHA
    451707b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Merge pull request #1084 from scottschreckengaust/update-node-20-to-24

    Update Node.js runtime from 20 to 24
    ahpook authored May 8, 2026
    Configuration menu
    Copy the full SHA
    398653e View commit details
    Browse the repository at this point in the history
  2. 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
    ahpook authored May 8, 2026
    Configuration menu
    Copy the full SHA
    9ae8e67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1077 from Marukome0743/docs/checkout

    docs: bump actions/checkout from v4 to v6 in workflow examples
    ahpook authored May 8, 2026
    Configuration menu
    Copy the full SHA
    55d3e75 View commit details
    Browse the repository at this point in the history
  4. run npm audit fix

    AshelyTC committed May 8, 2026
    Configuration menu
    Copy the full SHA
    05aaaae View commit details
    Browse the repository at this point in the history
  5. update more dependencies

    AshelyTC committed May 8, 2026
    Configuration menu
    Copy the full SHA
    821a21d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6b7079 View commit details
    Browse the repository at this point in the history
  7. 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)
    ahpook authored May 8, 2026
    Configuration menu
    Copy the full SHA
    a8e5a7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d92a12 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1094 from actions/ashelytc/security-findings

    Resolve security findings
    AshelyTC authored May 8, 2026
    Configuration menu
    Copy the full SHA
    454943c View commit details
    Browse the repository at this point in the history
  10. v5.0.0 release branch

    - rebuilds package files
    - updates version in package.json to v5.0.0
    - small README update, to indicate minimum actions runner
    ahpook committed May 8, 2026
    Configuration menu
    Copy the full SHA
    3943c2c View commit details
    Browse the repository at this point in the history
  11. update examples to show @v5

    ahpook committed May 8, 2026
    Configuration menu
    Copy the full SHA
    eb6c199 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1098 from actions/ahpook/v5-release

    v5.0.0 release branch
    ahpook authored May 8, 2026
    Configuration menu
    Copy the full SHA
    a1d282b View commit details
    Browse the repository at this point in the history
Loading