2525 with :
2626 show-progress : false
2727 - name : Setup Golang
28- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
28+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
2929 with :
3030 go-version-file : go.mod
3131 cache : false
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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
37+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3838 with :
3939 path : |
4040 ./tools/bin
6060 with :
6161 show-progress : false
6262 - name : Setup Golang
63- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
63+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
6464 with :
6565 go-version-file : go.mod
6666 - name : Run Test Coverage
7979 with :
8080 show-progress : false
8181 - name : Setup Golang
82- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
82+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
8383 with :
8484 go-version-file : go.mod
8585 - name : Setup Goreleaser
@@ -103,7 +103,7 @@ jobs:
103103 show-progress : false
104104 fetch-depth : 0
105105 - name : Setup Golang
106- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
106+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
107107 with :
108108 go-version-file : go.mod
109109 - name : Setup Goreleaser
@@ -120,7 +120,7 @@ jobs:
120120 env :
121121 GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
122122 - name : Upload Binaries Artifacts
123- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
123+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
124124 with :
125125 name : artifacts
126126 path : bin/
@@ -157,6 +157,6 @@ jobs:
157157 run : make docker-setup-multiarch
158158 - name : Setup Buildx Context
159159 id : buildx
160- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
160+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
161161 - name : Build Latest Image
162162 run : make ci-docker BUILDX_CONTEXT=${{ steps.buildx.outputs.name }}
0 commit comments