build(deps): Bump actions/dependency-review-action from 3 to 4 (#19111)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a383208a07
commit
c5826868d4
2
.github/workflows/dependencies-review.yml
vendored
2
.github/workflows/dependencies-review.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
go-version: "1.21"
|
||||
check-latest: true
|
||||
- name: "Dependency Review"
|
||||
uses: actions/dependency-review-action@v3
|
||||
uses: actions/dependency-review-action@v4
|
||||
with:
|
||||
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
|
||||
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user