Skip to content

Commit 0f4b9a1

Browse files
chore(deps): update github-actions deps
1 parent 3711ca9 commit 0f4b9a1

28 files changed

Lines changed: 92 additions & 92 deletions

.github/workflows/add-labels-and-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.repository_owner == 'open-telemetry' && github.event.pull_request.draft == false }}
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Run add-codeowners-to-pr.sh
2121
run: ./.github/workflows/scripts/add-labels-and-owners.sh

.github/workflows/add-labels-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Run add-labels-command.sh
1919
run: ./.github/workflows/scripts/add-labels-command.sh

.github/workflows/api-compatibility.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
HEAD_REF: ${{ github.head_ref }}
2121
steps:
2222
- name: Checkout-Main
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
with:
2525
ref: ${{ github.base_ref }}
2626
path: ${{ github.base_ref }}
2727

2828
- name: Checkout-HEAD
29-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
path: ${{ github.head_ref }}
3232

3333
- name: Setup Go
34-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
34+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3535
with:
3636
go-version: oldstable
3737

.github/workflows/build-and-test-arm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
if: ${{ github.actor != 'dependabot[bot]' && (contains(github.event.pull_request.labels.*.name, 'Run ARM') || github.event_name == 'push' || github.event_name == 'merge_group') }}
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3333
with:
3434
go-version: oldstable
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache
3838
timeout-minutes: 5
39-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4040
with:
4141
path: |
4242
~/go/bin

.github/workflows/build-and-test-windows.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- name: Setup Go
28-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
28+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2929
with:
3030
go-version: oldstable
3131
cache: false
3232
- name: Cache Go
33-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
33+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434
env:
3535
cache-name: cache-go-modules
3636
with:
@@ -52,14 +52,14 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353
steps:
5454
- name: Checkout Repo
55-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
- name: Setup Go
57-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
57+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5858
with:
5959
go-version: oldstable
6060
cache: false
6161
- name: Cache Go
62-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
62+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6363
env:
6464
cache-name: cache-go-modules
6565
with:

.github/workflows/build-and-test.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Setup Go
24-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
24+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2525
with:
2626
go-version: oldstable
2727
cache: false
2828
- name: Cache Go
2929
id: go-cache
30-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
30+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3131
with:
3232
path: |
3333
~/go/bin
@@ -42,15 +42,15 @@ jobs:
4242
needs: [setup-environment]
4343
steps:
4444
- name: Checkout Repo
45-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
- name: Setup Go
47-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
47+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4848
with:
4949
go-version: oldstable
5050
cache: false
5151
- name: Cache Go
5252
id: go-cache
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5454
with:
5555
path: |
5656
~/go/bin
@@ -66,15 +66,15 @@ jobs:
6666
timeout-minutes: 30
6767
steps:
6868
- name: Checkout Repo
69-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070
- name: Setup Go
71-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
71+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7272
with:
7373
go-version: oldstable
7474
cache: false
7575
- name: Cache Go
7676
id: go-cache
77-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
77+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7878
with:
7979
path: |
8080
~/go/bin
@@ -91,15 +91,15 @@ jobs:
9191
needs: [setup-environment]
9292
steps:
9393
- name: Checkout Repo
94-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
- name: Setup Go
96-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
96+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9797
with:
9898
go-version: oldstable
9999
cache: false
100100
- name: Cache Go
101101
id: go-cache
102-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
102+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
103103
with:
104104
path: |
105105
~/go/bin
@@ -153,29 +153,29 @@ jobs:
153153
needs: [setup-environment]
154154
steps:
155155
- name: Checkout Repo
156-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
156+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
157157
- name: Setup Go
158-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
158+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
159159
with:
160160
go-version: ${{ matrix.go-version }}
161161
cache: false
162162
- name: Cache Go
163163
id: go-cache
164-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
164+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
165165
with:
166166
path: |
167167
~/go/bin
168168
~/go/pkg/mod
169169
key: go-cache-${{ runner.os }}-${{ matrix.runner }}-${{ hashFiles('**/go.sum') }}
170170
- name: Cache Build
171-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
171+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
172172
with:
173173
path: ~/.cache/go-build
174174
key: unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
175175
- name: Run Unit Tests
176176
run: |
177177
make -j4 gotest-with-junit
178-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
178+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
179179
with:
180180
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}
181181
path: internal/tools/testresults/
@@ -202,22 +202,22 @@ jobs:
202202
needs: [setup-environment]
203203
steps:
204204
- name: Checkout Repo
205-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
205+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
206206
- name: Setup Go
207-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
207+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
208208
with:
209209
go-version: oldstable
210210
cache: false
211211
- name: Cache Go
212212
id: go-cache
213-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
213+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
214214
with:
215215
path: |
216216
~/go/bin
217217
~/go/pkg/mod
218218
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
219219
- name: Cache Build
220-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
220+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
221221
with:
222222
path: ~/.cache/go-build
223223
key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
@@ -268,15 +268,15 @@ jobs:
268268

269269
steps:
270270
- name: Checkout Repo
271-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
271+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
272272
- name: Setup Go
273-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
273+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
274274
with:
275275
go-version: oldstable
276276
cache: false
277277
- name: Cache Go
278278
id: go-cache
279-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
279+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
280280
with:
281281
path: |
282282
~/go/bin

.github/workflows/builder-integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Repo
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
- name: Setup Go
36-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
36+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3737
with:
3838
go-version: oldstable
3939
- name: Test

.github/workflows/builder-snapshot.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,36 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
if: ${{ github.repository_owner == 'open-telemetry' }}
2323
steps:
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
with:
2626
path: .core
2727

2828
- name: Pull the latest releases repo
29-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
path: opentelemetry-collector-releases
3232
repository: open-telemetry/opentelemetry-collector-releases
3333

3434
- name: Copy release files
3535
run: cp -R ./opentelemetry-collector-releases/cmd/builder/. ./.core/cmd/builder/
3636

37-
- uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
37+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
3838

3939
- uses: anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
4040

41-
- uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
41+
- uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
4242
with:
4343
platforms: amd64, arm64,ppc64le
4444

45-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
45+
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4646

4747
- name: Setup Go
48-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
48+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4949
with:
5050
go-version: stable
5151

5252
- name: Check GoReleaser
53-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
53+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
5454
with:
5555
distribution: goreleaser-pro
5656
version: ${{ env.GORELEASER_PRO_VERSION }}
@@ -60,7 +60,7 @@ jobs:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: Run GoReleaser
63-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
63+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
6464
with:
6565
distribution: goreleaser-pro
6666
version: ${{ env.GORELEASER_PRO_VERSION }}

.github/workflows/changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
PR_HEAD: ${{ github.event.pull_request.head.sha }}
2828
steps:
2929
- name: Checkout Repo
30-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Go
34-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
34+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3535
with:
3636
go-version: oldstable
3737
- name: Cache Go
3838
id: go-cache
39-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
39+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4040
with:
4141
path: |
4242
~/go/bin

.github/workflows/check-links.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
files: ${{ steps.changes.outputs.files }}
2323
steps:
2424
- name: Checkout Repo
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
fetch-depth: 0
2828
- name: Get changed files
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{needs.changedfiles.outputs.files}}
4242
steps:
4343
- name: Checkout Repo
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545
with:
4646
fetch-depth: 0
4747

0 commit comments

Comments
 (0)