We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9caa0 commit 8d927bdCopy full SHA for 8d927bd
.github/workflows/test-action.yml
@@ -211,7 +211,7 @@ jobs:
211
name: Try to install cosign with go ${{ matrix.go_version }}
212
steps:
213
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
214
- - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
+ - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
215
with:
216
go-version: ${{ matrix.go_version }}
217
check-latest: true
0 commit comments