Skip to content

Commit 3943c2c

Browse files
committed
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
1 parent 454943c commit 3943c2c

6 files changed

Lines changed: 38964 additions & 63402 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
## Overview
2323

2424
The dependency review action scans your pull requests for dependency changes, and will raise an error if any vulnerabilities or invalid licenses are being introduced.
25-
The action is supported by an [API endpoint](https://docs.github.com/en/rest/dependency-graph/dependency-review?apiVersion=2022-11-28) that diffs the dependencies between any two revisions on your default branch.
25+
The action is supported by an [API endpoint](https://docs.github.com/en/rest/dependency-graph/dependency-review?apiVersion=2026-03-10) that diffs the dependencies between any two revisions on your default branch.
2626

2727
The action is available for:
2828

@@ -54,6 +54,8 @@ When the action runs, you can see the results on:
5454

5555
You can install the action on any public repository, or any organization-owned private repository, provided the organization has a GitHub Advanced Security license.
5656

57+
> Note: Dependency Review Action v5.0.0 updates the runtime to node24. This requires a minimum Actions Runner version [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) to run.
58+
5759
1. Add a new YAML workflow to your `.github/workflows` folder:
5860

5961
```yaml

0 commit comments

Comments
 (0)