Sourced from actions/dependency-review-action's releases.
v4.5.0
What's Changed
- Bump got from 14.4.2 to 14.4.3 by
@dependabot
in actions/dependency-review-action#844- Bump nodemon from 3.1.0 to 3.1.7 by
@dependabot
in actions/dependency-review-action#847- Bump
@vercel/ncc
from 0.38.1 to 0.38.3 by@dependabot
in actions/dependency-review-action#849- Overriding the cross-spawn dependency to use a safe version by
@Ahmed3lmallah
in actions/dependency-review-action#850- fix: add summary comment on failure when warn-only: true by
@ebickle
in actions/dependency-review-action#827- Prepare for 4.5.0 release by
@Ahmed3lmallah
in actions/dependency-review-action#851New Contributors
@ebickle
made their first contribution in actions/dependency-review-action#827Full Changelog: https://github.com/actions/dependency-review-action/compare/v4...v4.5.0
v4.4.0
What's Changed
- Fix for merge_group event bug by
@Ahmed3lmallah
in actions/dependency-review-action#846Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.5...v4.4.0
v4.3.5
What's Changed
- fix: getRefs function to handle merge_group events by
@louis-bompart
in actions/dependency-review-action#766- Create pull_request_template.md by
@jonjanego
in actions/dependency-review-action#794- Update CONTRIBUTING.md by
@jonjanego
in actions/dependency-review-action#793- Bump
@types/node
from 20.11.28 to 20.16.0 by@dependabot
in actions/dependency-review-action#815- Upgrade transitive micromatch library by
@elireisman
in actions/dependency-review-action#829- Do not list changed dependencies in summary by
@hmaurer
in actions/dependency-review-action#828- Update stale.yaml by
@jonjanego
in actions/dependency-review-action#832- Bump got from 14.4.1 to 14.4.2 by
@dependabot
in actions/dependency-review-action#822- Bump eslint-plugin-jest and ts-jest by
@Ahmed3lmallah
in actions/dependency-review-action#840New Contributors
@louis-bompart
made their first contribution in actions/dependency-review-action#766@Ahmed3lmallah
made their first contribution in actions/dependency-review-action#840Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.4...v4.3.5
v4.3.4
What's Changed
- Include all added dependencies in scorecard entries by
@elireisman
in actions/dependency-review-action#783- Update SPDX Expression Parsing by
@febuiles
in actions/dependency-review-action#719
- This PR is a significant refactor of SPDX expression parsing that may fix some bugs, but unfortunately there are several related known issues that remain unresolved as of this version.
Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.3...v4.3.4
3b139cf
Merge pull request #851
from actions/ahmed3lmallah/prepare-for-4.5.0-released6807b6
updating generated codec89b41f
addressing lint issueseee97d8
incrementing project version9d10182
Merge pull request #827
from ebickle/fix/comment-warn-only9192be9
Merge pull request #850
from actions/ahmed3lmallah/adressing-CVE-2024-215382fc8e23
Using cross-spawn safe versionfb86db2
fix: resolve race conditions in async core.group calls0a198ab
fix: replace integer failureCount with booleanfc499fc
Merge branch 'main' into fix/comment-warn-only