mirror of
https://github.com/parkan/go-hauk.git
synced 2026-06-22 19:27:46 +02:00
ci: avoid govulncheck-action redundant checkout (conflicts with checkout v6)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -28,9 +28,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version-file: go.mod
|
|
||||||
- uses: golang/govulncheck-action@v1
|
- uses: golang/govulncheck-action@v1
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
# reuse the checkout above; the action's own bundled checkout
|
||||||
|
# conflicts with checkout v6 (duplicate Authorization header)
|
||||||
|
repo-checkout: false
|
||||||
|
|||||||
Reference in New Issue
Block a user