@@ -24,13 +24,13 @@ jobs:
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
2525 with :
2626 fetch-depth : 0
27- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
27+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2828 with :
2929 cache-dependency-path : ' ./go.sum'
3030 check-latest : true
3131 go-version : ${{ env.GO_VERSION }}
3232 - name : golangci-lint
33- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 .0.0
33+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
3434 with :
3535 version : latest
3636 args : -v -c .golangci.yaml
4242 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
4343 with :
4444 fetch-depth : 0
45- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
45+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
4646 with :
4747 cache-dependency-path : ' ./go.sum'
4848 check-latest : true
5959 with :
6060 fetch-depth : 0
6161
62- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
62+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
6363 with :
6464 cache-dependency-path : ' ./go.sum'
6565 check-latest : true
8787 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.5.4
8888 with :
8989 fetch-depth : 0
90- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
90+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
9191 with :
9292 cache-dependency-path : ' ./go.sum'
9393 check-latest : true
@@ -105,13 +105,13 @@ jobs:
105105 fetch-depth : 0
106106
107107 - name : Set up Go
108- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
108+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
109109 with :
110110 cache-dependency-path : ' ./go.sum'
111111 check-latest : true
112112 go-version : ${{ env.GO_VERSION }}
113113
114- - uses : anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
114+ - uses : anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20 .0
115115
116116 - name : Run GoReleaser
117117 uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
@@ -144,7 +144,7 @@ jobs:
144144 fetch-depth : 0
145145
146146 - name : Set up Go
147- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
147+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
148148 with :
149149 cache-dependency-path : ' ./go.sum'
150150 check-latest : true
@@ -157,7 +157,7 @@ jobs:
157157 password : ${{ secrets.DOCKERHUB_TOKEN }}
158158
159159 - uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
160- - uses : anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
160+ - uses : anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20 .0
161161
162162 - name : Run GoReleaser
163163 id : goreleaser
0 commit comments