Skip to content

Releases: actions/dependency-review-action

Dependency Review Action 4.9.0

03 Mar 22:21
2031cfc

Choose a tag to compare

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @juxtin!

What's Changed

  • Compare normalized purls to account for encoding quirks by @juxtin in #1056
  • Make purl comparisons case insensitive by @juxtin in #1057
  • Feat: Add Patched Version to Vulnerabilities summary by @felickz in #1045
  • fix: only get scorecard levels if user wants to see the OpenSSF scorecard by @jantiebot in #1060
  • Bump actions/stale from 10.1.0 to 10.2.0 by @dependabot[bot] in #1058
  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #1021
  • Updates for release 4.9.0 by @ahpook in #1064

New Contributors

Full Changelog: v4.8.3...v4.9.0

4.8.3

20 Feb 01:34
05fe457

Choose a tag to compare

Dependency Review Action v4.8.3

This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.

We have also updated the release process to use a long-lived v4 branch for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.8.2..v4.8.3

v4.8.2

10 Nov 22:54
3c4e3dc

Choose a tag to compare

Minor fixes:

Dependency Review Action v4.8.1

10 Oct 21:12
40c09b7

Choose a tag to compare

What's Changed

  • (bug) Fix spamming link test in deprecation warning (again) by @ahpook in #1000
  • Bump version for 4.8.1 release by @ahpook in #1001

Full Changelog: v4...v4.8.1

v4.8.0

26 Sep 14:26
56339e5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.8.0

4.7.3

26 Aug 20:02
595b5ae

Choose a tag to compare

What's Changed

Full Changelog: v4...v4.7.3

4.7.2

18 Aug 18:21
bc41886

Choose a tag to compare

What's Changed

  • Add Missing Languages to CodeQL Advanced Configuration by @KyFaSt in #945
  • Deprecate deny lists by @claire153 in #958
  • Address discrepancy between docs and reality by @ahpook in #960

New Contributors

Full Changelog: v4...v4.7.2

v4.7.1

13 May 16:50
da24556

Choose a tag to compare

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

08 May 18:40
38ecb5b

Choose a tag to compare

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

01 Apr 11:47
ce3cf95

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.6.0