Skip to content

Releases: actions/dependency-review-action

v4.0.0

18 Jan 13:21
Compare
Choose a tag to compare
  • Update action to Node 20 by @takost in #639
  • Dependabot updates, see the full changelog for more details.

New Contributors

Full Changelog: v3.1.5...v4.0.0

3.1.5

04 Jan 15:40
c74b580
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

3.1.4

28 Nov 07:14
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug with severity filtering when using the allow_ghsas option: #623.

  • Updates dependencies:

    • Bump @types/node from 16.18.61 to 16.18.62 by @dependabot in #619
      action/pull/620
    • Bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 by @dependabot in #625
    • Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #624

Full Changelog: v3...v3.1.4

3.1.3

13 Nov 16:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.3

3.1.2

08 Nov 08:17
fde92ac
Compare
Choose a tag to compare

What's Changed

  • Fix a regression for setups using self-hosted runners behind HTTP proxies:@febuiles in #611

Full Changelog: v3...v3.1.2

3.1.1

06 Nov 07:08
Compare
Choose a tag to compare

What's Changed

  • Update a bunch of dependencies, including major version upgrades for octokit, @actions/github and typescript.

Full Changelog: v3.1.0...v3.1.1

3.1.0

07 Sep 21:55
6c5ccda
Compare
Choose a tag to compare

What's New

Added support for dependencies submitted through the dependency submission API. This includes two new configuration parameters: retry-on-snapshot-warnings and retry-on-snapshot-warnings-timeout.

What's Changed

  • Fix(docs): Correct action input name by @oerd in #551

New Contributors

  • @oerd made their first contribution in #551

Full Changelog: v3...v3.1.0

3.0.8

15 Aug 08:11
f6fff72
Compare
Choose a tag to compare

What's Changed

Added on-failure option to comment-summary-in-pr setting by @sgmurphy in #540

Previous configuration files using true/false for comment-summary-in-pr will be mapped automatically to the new values, but we encourage you to update to always/on-failure/never.

New Contributors

Full Changelog: v3...v3.0.8

3.0.7

09 Aug 13:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.0.7

3.0.6

31 May 15:12
1360a34
Compare
Choose a tag to compare

Fixes a bug introduced in 3.0.5 where we raised PURL errors when Dependency Graph returns an empty package_url.