Skip to content

Commit

Permalink
Bump actions/dependency-review-action from 2 to 4 (#5684)
Browse files Browse the repository at this point in the history
* Bump actions/dependency-review-action from 2 to 4

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v2...v4)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: 🎡 remove unneeded auto-approve

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jaskaransarkaria <[email protected]>
  • Loading branch information
dependabot[bot] and jaskaransarkaria authored Dec 3, 2024
1 parent 20891d3 commit c893525
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/auto-approve-pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v4
with:
# Possible values: critical, high, moderate, low
fail-on-severity: critical

0 comments on commit c893525

Please sign in to comment.