7070 uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
7171
7272 - name : Setup Go
73- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
73+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
7474 with :
7575 go-version : " ~1.24"
7676 check-latest : true
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : " [Nightly] Download built otelcol-contrib artifact from contrib repo"
105105 if : inputs.distribution == 'otelcol-contrib' && inputs.nightly == true && matrix.GOARCH == 'amd64' && matrix.GOOS == 'linux'
106- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
106+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
107107 with :
108108 name : collector-binaries-linux-amd64
109109 repository : open-telemetry/opentelemetry-collector-contrib
@@ -176,15 +176,15 @@ jobs:
176176
177177 - name : Upload linux service packages
178178 if : ${{ matrix.GOOS == 'linux' && matrix.GOARCH == 'amd64' && (inputs.distribution == 'otelcol-contrib' || inputs.distribution == 'otelcol') }}
179- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
179+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180180 with :
181181 name : linux-packages
182182 path : distributions/${{ inputs.distribution }}/dist/linux_amd64_v1/*
183183 if-no-files-found : error
184184
185185 - name : Upload MSI packages
186186 if : matrix.GOOS == 'windows' && matrix.GOARCH == 'amd64' && (inputs.distribution == 'otelcol-contrib' || inputs.distribution == 'otelcol')
187- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
187+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188188 with :
189189 name : msi-packages
190190 path : distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
@@ -234,7 +234,7 @@ jobs:
234234
235235 - name : Upload container image artifact
236236 if : matrix.GOOS == 'linux' && contains(steps.prep.outputs.types, 'Docker Image')
237- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
237+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
238238 with :
239239 name : ${{ inputs.distribution }}-image-${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
240240 path : /tmp/${{ inputs.distribution }}.tar
@@ -261,7 +261,7 @@ jobs:
261261 platforms : arm64,ppc64le,linux/arm/v7,s390x
262262
263263 - name : Download container image artifact
264- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
264+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
265265 with :
266266 name : ${{ inputs.distribution }}-image-${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
267267
0 commit comments