fix: vuln check workflow (#24389)
This commit is contained in:
parent
e29139fe83
commit
427cbeed83
4
.github/workflows/dependencies-review.yml
vendored
4
.github/workflows/dependencies-review.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
||||
- name: "Setup Go"
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
go-version: "1.24"
|
||||
check-latest: true
|
||||
- name: "Dependency Review"
|
||||
uses: actions/dependency-review-action@v4
|
||||
with:
|
||||
base-ref: ${{ github.event.pull_request.base.sha || 'release/v0.53.x' }}
|
||||
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
|
||||
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
|
||||
fail-on-severity: high
|
||||
- name: "Dependency audit"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user