Skip to content

Commit 0d33d9e

Browse files
chore(deps): update github-actions deps (#881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b544e1 commit 0d33d9e

10 files changed

+20
-20
lines changed

.github/workflows/base-ci-goreleaser.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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

.github/workflows/base-package-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828

2929
- name: Download built artifacts
30-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
30+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
3131
with:
3232
name: linux-packages
3333

.github/workflows/base-release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "GOTMPDIR=D:\gotmp" | Out-File -FilePath $env:GITHUB_ENV -Append
6666
mkdir D:\gotmp
6767
68-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
68+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
6969
with:
7070
go-version: "~1.24"
7171
check-latest: true
@@ -134,7 +134,7 @@ jobs:
134134
COSIGN_YES: true
135135
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
136136

137-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
137+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138138
with:
139139
name: artifacts-${{ inputs.distribution }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}
140140
path: distributions/${{ inputs.distribution }}/dist/**/*
@@ -177,26 +177,26 @@ jobs:
177177
echo "GOTMPDIR=D:\gotmp" | Out-File -FilePath $env:GITHUB_ENV -Append
178178
mkdir D:\gotmp
179179
180-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
180+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
181181
with:
182182
go-version: "~1.24"
183183
check-latest: true
184184

185-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
185+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
186186
if: runner.os == 'Windows'
187187
with:
188188
pattern: artifacts-${{ inputs.distribution }}-windows-*
189189
path: distributions/${{ inputs.distribution }}/dist
190190
merge-multiple: true
191191

192-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
192+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
193193
if: runner.os != 'Windows'
194194
with:
195195
pattern: artifacts-${{ inputs.distribution }}-darwin-*
196196
path: distributions/${{ inputs.distribution }}/dist
197197
merge-multiple: true
198198

199-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
199+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
200200
if: runner.os != 'Windows'
201201
with:
202202
pattern: artifacts-${{ inputs.distribution }}-linux-*

.github/workflows/builder-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
platforms: amd64, arm64,ppc64le
4747
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4848
- name: Setup Go
49-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
49+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5050
with:
5151
go-version: "~1.24"
5252
- name: Log into Docker.io

.github/workflows/builder-testbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
platforms: amd64, arm64,ppc64le
5151
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5252
- name: Setup Go
53-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
53+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5454
with:
5555
go-version: "~1.24"
5656
- name: Check GoReleaser

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Link Checker
8686
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
8787
id: lychee
88-
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
88+
uses: lycheeverse/lychee-action@a99389aeff3c193ffb6f0741178e519569d3f404
8989
with:
9090
args: "--verbose --no-progress ./changelog_preview.md --config .github/lychee.toml"
9191
failIfEmpty: false

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Setup Go
21-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
21+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2222
with:
2323
go-version: "~1.24"
2424
check-latest: true

.github/workflows/msi-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Download built artifacts
25-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
25+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
2626
with:
2727
name: msi-packages
2828

.github/workflows/opampsupervisor-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
platforms: amd64, arm64,ppc64le
4747
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4848
- name: Setup Go
49-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
49+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5050
with:
5151
go-version: "~1.24"
5252
- name: Log into Docker.io

.github/workflows/opampsupervisor-testbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
platforms: amd64, arm64,ppc64le
4949
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5050
- name: Setup Go
51-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
51+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5252
with:
5353
go-version: "~1.24"
5454
- name: Check GoReleaser

0 commit comments

Comments
 (0)