fix: vuln check workflow (#24389)

This commit is contained in:
Alex | Interchain Labs 2025-04-04 10:09:12 -04:00 committed by GitHub
parent e29139fe83
commit 427cbeed83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"