70
70
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
71
71
72
72
- name : Setup Go
73
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
73
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
74
74
with :
75
75
go-version : " ~1.24"
76
76
check-latest : true
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
- name : " [Nightly] Download built otelcol-contrib artifact from contrib repo"
105
105
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
107
107
with :
108
108
name : collector-binaries-linux-amd64
109
109
repository : open-telemetry/opentelemetry-collector-contrib
@@ -176,15 +176,15 @@ jobs:
176
176
177
177
- name : Upload linux service packages
178
178
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
180
180
with :
181
181
name : linux-packages
182
182
path : distributions/${{ inputs.distribution }}/dist/linux_amd64_v1/*
183
183
if-no-files-found : error
184
184
185
185
- name : Upload MSI packages
186
186
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
188
188
with :
189
189
name : msi-packages
190
190
path : distributions/${{ inputs.distribution }}/dist/windows_amd64_v1/**/*.msi
@@ -234,7 +234,7 @@ jobs:
234
234
235
235
- name : Upload container image artifact
236
236
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
238
238
with :
239
239
name : ${{ inputs.distribution }}-image-${{ steps.prep.outputs.version }}-${{ steps.prep.outputs.arch }}
240
240
path : /tmp/${{ inputs.distribution }}.tar
@@ -261,7 +261,7 @@ jobs:
261
261
platforms : arm64,ppc64le,linux/arm/v7,s390x
262
262
263
263
- name : Download container image artifact
264
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
264
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
265
265
with :
266
266
name : ${{ inputs.distribution }}-image-${{ needs.check-goreleaser.outputs.version }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
267
267
0 commit comments