Skip to content

Commit 47dab93

Browse files
Merge branch 'v26.1.x' into backport-pr-30525-v26.1.x-712
2 parents e58d037 + 954b3fb commit 47dab93

201 files changed

Lines changed: 5144 additions & 771 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/backport-command.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target_milestone: ${{ steps.get_backport_type.outputs.target_milestone }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- uses: aws-actions/configure-aws-credentials@v4
3232
with:
3333
aws-region: ${{ vars.RP_AWS_CRED_REGION }}
@@ -68,7 +68,7 @@ jobs:
6868
env:
6969
BACKPORT_BRANCH: ${{ needs.backport-type.outputs.backport_branch }}
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v6
7272
- uses: aws-actions/configure-aws-credentials@v4
7373
with:
7474
aws-region: ${{ vars.RP_AWS_CRED_REGION }}
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
backport_commits=$(gh api "repos/$TARGET_FULL_REPO/pulls/$BACKPORT_PR_NUMBER/commits" --paginate --jq '[.[].sha[0:10]]|join(" ")')
121121
echo "backport_commits=$backport_commits" >> $GITHUB_OUTPUT
122-
- uses: actions/checkout@v4
122+
- uses: actions/checkout@v6
123123
if: needs.backport-type.outputs.commented_on == 'pr'
124124
with:
125125
repository: ${{ steps.user.outputs.username }}/${{ steps.user.outputs.repo }}

.github/workflows/backport-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
contents: read
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
# Find the PR associated with this push, if there is one.
1919
- uses: jwalton/gh-find-current-pr@v1
2020
id: findPr

.github/workflows/buf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.event_name == 'push' || github.event_name == 'merge_group' || github.event_name == 'pull_request'
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- name: Buf – lint & breaking
4848
uses: bufbuild/buf-action@v1
4949
with:
@@ -71,7 +71,7 @@ jobs:
7171
secret-ids: |
7272
,sdlc/prod/github/buf_token
7373
parse-json-secrets: true
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v6
7575
- name: Preprocess proto files for buf publishing
7676
run: |
7777
# WORKAROUND: Our Bazel structure puts proto files to live under a "proto/"

.github/workflows/buildkite-slash-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
,sdlc/prod/github/actions_bot_token
3030
,sdlc/prod/github/buildkite_token
3131
parse-json-secrets: true
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
repository: redpanda-data/sparse-checkout
3535
token: ${{ env.ACTIONS_BOT_TOKEN }}

.github/workflows/cloud-installpack-bk-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
,sdlc/prod/github/actions_bot_token
2121
,sdlc/prod/github/buildkite_token
2222
parse-json-secrets: true
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
repository: redpanda-data/sparse-checkout
2626
token: ${{ env.ACTIONS_BOT_TOKEN }}

.github/workflows/lint-bazel-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
- uses: bazel-contrib/setup-bazel@0.15.0
2323
with:
2424
# Avoid downloading Bazel every time.

.github/workflows/lint-bazel-pkg-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
golangci-lint:
1919
runs-on: ubuntu-24.04
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version: stable

.github/workflows/lint-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
- uses: bazel-contrib/setup-bazel@0.15.0
3333
with:
3434
# Avoid downloading Bazel every time.

.github/workflows/lint-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: Setup go
2525
uses: actions/setup-go@v6
2626
with:

.github/workflows/lint-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
- name: Ruff format --check
2525
uses: astral-sh/ruff-action@v3
2626
with:

0 commit comments

Comments
 (0)