Commit b4c67ec
authored
chore: Add dependency-review workflow that always targets
### Proposed Changes
The `base-ref` for dependency review is typically the target branch
you're merging into. This results in dependency-review alerting on any
changed dependencies which may have CVE's. By using `orign/main` as our
`base-ref`, we are now also validating that the target branch has
adopted all necessary security updates that were adopted within the
`main` branch. This will help ensure `release` branches have adopted all
necessary security fixes.
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructionsmain (#2645)1 parent 855611d commit b4c67ec
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments