Pin release actions and cosign to fixed versions (#63)

Bump the release workflow to the action versions the channel repos already
run and pin cosign to the 2.x line so signing keeps its detached .sig and
.pem outputs instead of floating to a breaking cosign 3.x.
This commit is contained in:
Tam Nguyen Duc
2026-06-29 19:11:59 +07:00
committed by GitHub
parent 2dabb93a78
commit 320b21a2ba
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
- uses: actions/setup-go@v6
- uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
check-latest: true
@@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
- uses: actions/setup-go@v6
- uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
check-latest: true