Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 8450f85

Browse files
chore(ci): Bump actions/checkout from 4.2.2 to 5.0.0 (vectordotdev#23698)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fdfaea commit 8450f85

25 files changed

Lines changed: 85 additions & 85 deletions

.github/workflows/changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
exit 0
4343
4444
# Checkout changelog script and changelog.d/ from master
45-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646
if: env.SHOULD_RUN == 'true'
4747
with:
4848
ref: master
@@ -52,7 +52,7 @@ jobs:
5252
sparse-checkout-cone-mode: false
5353

5454
# Checkout PR's changelog.d/ into tmp/
55-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656
if: env.SHOULD_RUN == 'true'
5757
with:
5858
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
k8s: ${{ steps.filter.outputs.k8s }}
147147
website_only: ${{ steps.filter.outputs.website == 'true' && steps.filter.outputs.not_website == 'false' }}
148148
steps:
149-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
150150

151151
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
152152
id: filter
@@ -248,7 +248,7 @@ jobs:
248248
webhdfs: ${{ steps.filter.outputs.webhdfs }}
249249
all-changes-json: ${{ steps.aggregate.outputs.all-changes-json }}
250250
steps:
251-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
251+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
252252

253253
# creates a yaml file that contains the filters for each integration,
254254
# extracted from the output of the `vdev int ci-paths` command, which
@@ -326,7 +326,7 @@ jobs:
326326
datadog-logs: ${{ steps.filter.outputs.datadog-logs }}
327327
datadog-metrics: ${{ steps.filter.outputs.datadog-metrics }}
328328
steps:
329-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
329+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
330330

331331
# creates a yaml file that contains the filters for each test,
332332
# extracted from the output of the `vdev int ci-paths` command, which

.github/workflows/ci-integration-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
"redis", "splunk", "webhdfs"
9595
]
9696
steps:
97-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
97+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9898
with:
9999
submodules: "recursive"
100100
ref: ${{ github.event.review.commit_id }}
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-24.04-8core
119119
timeout-minutes: 30
120120
steps:
121-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122122
with:
123123
submodules: "recursive"
124124
ref: ${{ github.event.review.commit_id }}

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
- name: (PR review) Checkout review SHA
2626
if: ${{ github.event_name == 'pull_request_review' }}
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
with:
2929
ref: ${{ github.event.review.commit_id }}
3030

3131
- name: Checkout branch
3232
if: ${{ github.event_name != 'pull_request_review' }}
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434

3535
- name: Cache Cargo registry + index
3636
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4

.github/workflows/compilation-timings.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04-8core
1717
steps:
1818
- uses: colpal/actions-clean@36e6ca1abd35efe61cb60f912bd7837f67887c8a # v1.1.1
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
2121
- run: bash scripts/environment/prepare.sh --modules=rustup
2222
- run: cargo clean
@@ -32,7 +32,7 @@ jobs:
3232
PROFILE: debug
3333
steps:
3434
- uses: colpal/actions-clean@36e6ca1abd35efe61cb60f912bd7837f67887c8a # v1.1.1
35-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
3737
- run: bash scripts/environment/prepare.sh --modules=rustup
3838
- run: cargo clean
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-24.04-8core
4444
steps:
4545
- uses: colpal/actions-clean@36e6ca1abd35efe61cb60f912bd7837f67887c8a # v1.1.1
46-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
4848
- run: bash scripts/environment/prepare.sh --modules=rustup
4949
- run: cargo clean
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-24.04-8core
5555
steps:
5656
- uses: colpal/actions-clean@36e6ca1abd35efe61cb60f912bd7837f67887c8a # v1.1.1
57-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
5959
- run: bash scripts/environment/prepare.sh --modules=rustup
6060
- run: cargo clean
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-24.04-8core
6868
steps:
6969
- uses: colpal/actions-clean@36e6ca1abd35efe61cb60f912bd7837f67887c8a # v1.1.1
70-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
7272
- run: bash scripts/environment/prepare.sh --modules=rustup
7373
- run: cargo clean

.github/workflows/component_features.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636

3737
- name: (PR review) Checkout PR branch
3838
if: github.event_name == 'pull_request_review'
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040
with:
4141
ref: ${{ github.event.review.commit_id }}
4242

4343
- name: Checkout branch
4444
if: github.event_name != 'pull_request_review'
45-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646

4747
- run: sudo -E bash scripts/environment/bootstrap-ubuntu-24.04.sh
4848
- run: bash scripts/environment/prepare.sh --modules=rustup

.github/workflows/cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636

3737
- name: (PR review) Checkout PR branch
3838
if: ${{ github.event_name == 'pull_request_review' }}
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040
with:
4141
ref: ${{ github.event.review.commit_id }}
4242

4343
- name: Checkout branch
4444
if: ${{ github.event_name != 'pull_request_review' }}
45-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646

4747
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4848
name: Cache Cargo registry + index

.github/workflows/deny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737

3838
- name: (PR review) Checkout PR branch
3939
if: ${{ github.event_name == 'pull_request_review' }}
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141
with:
4242
ref: ${{ github.event.review.commit_id }}
4343

4444
- name: Checkout branch
4545
if: ${{ github.event_name != 'pull_request_review' }}
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747

4848
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4949
name: Cache Cargo registry + index

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs.changes.outputs.e2e-opentelemetry-logs == 'true'
6363
)
6464
steps:
65-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666
with:
6767
submodules: "recursive"
6868

.github/workflows/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
- name: (PR review) Checkout PR branch
3232
if: ${{ github.event_name == 'pull_request_review' }}
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434
with:
3535
ref: ${{ github.event.review.commit_id }}
3636

3737
- name: Checkout branch
3838
if: ${{ github.event_name != 'pull_request_review' }}
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040

4141
- name: Set up QEMU
4242
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0

0 commit comments

Comments
 (0)