File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
11
11
with :
12
12
go-version-file : ' go.mod'
13
- - uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
13
+ - uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
14
14
with :
15
15
args : --timeout 3m --verbose
16
16
build :
Original file line number Diff line number Diff line change 20
20
with :
21
21
go-version-file : ' go.mod'
22
22
23
- - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
23
+ - uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
24
24
25
- - uses : ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
25
+ - uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
26
26
27
27
- run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.workflow }} --password-stdin
28
28
You can’t perform that action at this time.
0 commit comments