9191 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9292
9393 - name : Set up Go 1.x
94- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
94+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
9595 with :
9696 go-version : ${{ env.GO_VERSION }}
9797 cache : true
@@ -139,17 +139,17 @@ jobs:
139139
140140 - name : Cache build tools
141141 id : cache-build-tools
142- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
142+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
143143 with :
144144 path : ./${{ matrix.config.folder }}bin
145145 key : build-tools-${{ github.ref_name }}
146146
147147 - name : Set up Docker Buildx
148148 id : buildx
149- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
149+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
150150
151151 - name : Build Docker Image
152- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
152+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
153153 with :
154154 context : ${{ matrix.config.folder }}
155155 platforms : linux/amd64,linux/arm64
@@ -168,7 +168,7 @@ jobs:
168168 outputs : type=oci,dest=/tmp/${{ matrix.config.name }}-image.tar
169169
170170 - name : Upload image as artifact
171- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
171+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
172172 with :
173173 name : ${{ matrix.config.name }}-image.tar
174174 path : /tmp/${{ matrix.config.name }}-image.tar
@@ -184,7 +184,7 @@ jobs:
184184 run : echo "" > tag
185185
186186 - name : Upload tag for tests
187- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
187+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
188188 with :
189189 name : dev-${{ env.DATETIME }}
190190 path : tag
0 commit comments