3434 run : |
3535 echo "GOLANGCILINT_SHA=$(cat ./tools/GOLANGCI_LINT_VERSION | sha256sum - | awk '{ print $1 }')" >> $GITHUB_ENV
3636 - name : Setup golangci-lint Cache
37- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
37+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3838 with :
3939 path : |
4040 ./tools/bin
8181 with :
8282 go-version-file : go.mod
8383 - name : Setup Goreleaser
84- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
84+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
8585 with :
8686 version : ${{ env.GORELEASER_VERSION }}
8787 install-only : true
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 go-version-file : go.mod
107107 - name : Setup Goreleaser
108- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
108+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
109109 with :
110110 version : ${{ env.GORELEASER_VERSION }}
111111 install-only : true
@@ -118,7 +118,7 @@ jobs:
118118 env :
119119 GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
120120 - name : Upload Binaries Artifacts
121- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
121+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
122122 with :
123123 name : artifacts
124124 path : bin/
@@ -133,7 +133,7 @@ jobs:
133133 with :
134134 show-progress : false
135135 - name : Download Binaries
136- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
136+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
137137 with :
138138 name : artifacts
139139 path : bin/
@@ -155,6 +155,6 @@ jobs:
155155 run : make docker-setup-multiarch
156156 - name : Setup Buildx Context
157157 id : buildx
158- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
158+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
159159 - name : Build Latest Image
160160 run : make ci-docker BUILDX_CONTEXT=${{ steps.buildx.outputs.name }}
0 commit comments