Skip to content

Commit 8bc60d8

Browse files
authored
Merge branch 'master' into feat/go-sdk-purge-stream-topic
2 parents eb9c363 + 5a5bc9a commit 8bc60d8

160 files changed

Lines changed: 6914 additions & 2611 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/actions/python-maturin/post-merge/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ runs:
153153

154154
- name: Install uv
155155
if: inputs.dry_run == 'false'
156-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
156+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
157157

158158
- name: Publish to PyPI
159159
if: inputs.dry_run == 'false'

.github/actions/python-maturin/pre-merge/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
tool: cargo-llvm-cov
4242

4343
- name: Install uv
44-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
44+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4545

4646
- name: Cache uv
4747
uses: actions/cache@v5

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ updates:
282282
- "*"
283283

284284
- package-ecosystem: "bazel"
285-
directory: "/foreign/cpp"
285+
directories:
286+
- "/foreign/cpp"
287+
- "/bdd/cpp"
286288
schedule:
287289
interval: "weekly"
288290
day: "thursday"

.github/workflows/_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v7.0.0
5959

6060
- name: Install uv
61-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
61+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
6262

6363
- name: Check uv.lock files are in sync with pyproject.toml
6464
run: ./scripts/ci/uv-lock-check.sh --check
@@ -93,7 +93,7 @@ jobs:
9393
run: echo "version=$(cat .github/config/hawkeye.version)" >> "$GITHUB_OUTPUT"
9494

9595
- name: Install HawkEye
96-
uses: taiki-e/install-action@v2.82.7
96+
uses: taiki-e/install-action@v2.82.9
9797
with:
9898
tool: hawkeye@${{ steps.hawkeye-version.outputs.version }}
9999

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Python SDK
7878
- name: Set up Docker Buildx for Python
7979
if: inputs.component == 'sdk-python' && inputs.task == 'test'
80-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
80+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
8181

8282
- name: Run Python SDK task
8383
if: inputs.component == 'sdk-python'

.github/workflows/_test_examples.yml

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

6464
- name: Setup uv
6565
if: startsWith(inputs.component, 'examples-') && inputs.task == 'examples-python'
66-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
66+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
6767

6868
- name: Install PHP build dependencies
6969
if: startsWith(inputs.component, 'examples-') && inputs.task == 'examples-php'

.github/workflows/coverage-baseline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
free-disk-space-aggressive: "true"
6161

6262
- name: Install cargo-llvm-cov
63-
uses: taiki-e/install-action@v2.82.7
63+
uses: taiki-e/install-action@v2.82.9
6464
with:
6565
tool: cargo-llvm-cov
6666

@@ -238,12 +238,12 @@ jobs:
238238
save-cache: "false"
239239

240240
- name: Install cargo-llvm-cov
241-
uses: taiki-e/install-action@v2.82.7
241+
uses: taiki-e/install-action@v2.82.9
242242
with:
243243
tool: cargo-llvm-cov
244244

245245
- name: Install uv
246-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
246+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
247247

248248
- name: Install dependencies
249249
run: |

.github/workflows/post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# preinstalled cargo (rust-toolchain.toml pins 1.96.0) and skips the
6767
# heavyweight build-cache restore.
6868
- name: Install cargo-rail
69-
uses: taiki-e/install-action@v2.82.7
69+
uses: taiki-e/install-action@v2.82.9
7070
with:
7171
tool: cargo-rail
7272

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ jobs:
941941
path: ${{ runner.temp }}/digests
942942
943943
- name: Set up Docker Buildx
944-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
944+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
945945
946946
- name: Login to Docker Hub
947947
uses: ./.github/actions/utils/docker-login

.github/workflows/stale-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
stale:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/stale@v10
32+
- uses: actions/stale@v10.3.0
3333
with:
3434
days-before-pr-stale: 7
3535
days-before-pr-close: 7

0 commit comments

Comments
 (0)