This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new 3153e456f chore(deps): Bump the github-actions group with 5 updates
(#3772)
3153e456f is described below
commit 3153e456f8d97018ab617d7825f3c70a1b763980
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 09:02:11 2026 +0200
chore(deps): Bump the github-actions group with 5 updates (#3772)
---
.github/workflows/_build_python_wheels.yml | 14 ++++++-------
.github/workflows/_build_rust_artifacts.yml | 6 +++---
.github/workflows/_common.yml | 32 ++++++++++++++---------------
.github/workflows/_detect.yml | 2 +-
.github/workflows/_publish_rust_crates.yml | 2 +-
.github/workflows/_test.yml | 2 +-
.github/workflows/_test_bdd.yml | 2 +-
.github/workflows/_test_examples.yml | 6 +++---
.github/workflows/coverage-baseline.yml | 26 +++++++++++------------
.github/workflows/edge-release.yml | 2 +-
.github/workflows/post-merge.yml | 4 ++--
.github/workflows/publish.yml | 16 +++++++--------
12 files changed, 57 insertions(+), 57 deletions(-)
diff --git a/.github/workflows/_build_python_wheels.yml
b/.github/workflows/_build_python_wheels.yml
index b38951a16..ae066bb24 100644
--- a/.github/workflows/_build_python_wheels.yml
+++ b/.github/workflows/_build_python_wheels.yml
@@ -72,7 +72,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit }}
@@ -83,7 +83,7 @@ jobs:
/tmp/copy-latest-from-master.sh apply
- name: Setup Python
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
python-version: "3.10"
@@ -134,7 +134,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit }}
@@ -145,7 +145,7 @@ jobs:
/tmp/copy-latest-from-master.sh apply
- name: Setup Python
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
python-version: "3.10"
@@ -195,7 +195,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit }}
@@ -207,7 +207,7 @@ jobs:
/tmp/copy-latest-from-master.sh apply
- name: Setup Python
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
python-version: "3.10"
architecture: x64
@@ -238,7 +238,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit }}
diff --git a/.github/workflows/_build_rust_artifacts.yml
b/.github/workflows/_build_rust_artifacts.yml
index a4101a2bf..56232ff1b 100644
--- a/.github/workflows/_build_rust_artifacts.yml
+++ b/.github/workflows/_build_rust_artifacts.yml
@@ -88,7 +88,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit || github.sha }}
@@ -200,7 +200,7 @@ jobs:
-o /tmp/copy-latest-from-master.sh
chmod +x /tmp/copy-latest-from-master.sh
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit || github.sha }}
@@ -268,7 +268,7 @@ jobs:
outputs:
artifact_name: ${{ steps.output.outputs.artifact_name }}
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ inputs.commit || github.sha }}
diff --git a/.github/workflows/_common.yml b/.github/workflows/_common.yml
index 294c021b7..c59af1d26 100644
--- a/.github/workflows/_common.yml
+++ b/.github/workflows/_common.yml
@@ -28,7 +28,7 @@ jobs:
name: Check Rust versions sync
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Check Rust versions are synchronized
run: ./scripts/ci/sync-rustc-version.sh --check
@@ -37,7 +37,7 @@ jobs:
name: Check Python SDK versions sync
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Check Python SDK versions are synchronized
run: ./scripts/ci/python-sdk-version-sync.sh --check
@@ -46,7 +46,7 @@ jobs:
name: Check Python interpreter versions sync
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Check Python interpreter versions are synchronized
run: ./scripts/ci/sync-python-interpreter-version.sh --check
@@ -55,10 +55,10 @@ jobs:
name: Check Python lockfiles
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Install uv
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 #
v8.3.2
+ uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 #
v9.0.0
- name: Check uv.lock files are in sync with pyproject.toml
run: ./scripts/ci/uv-lock-check.sh --check
@@ -67,7 +67,7 @@ jobs:
name: Check version consistency
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup yq
run: |
@@ -86,14 +86,14 @@ jobs:
name: Check license headers
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Read HawkEye version
id: hawkeye-version
run: echo "version=$(cat .github/config/hawkeye.version)" >>
"$GITHUB_OUTPUT"
- name: Install HawkEye
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: hawkeye@${{ steps.hawkeye-version.outputs.version }}
@@ -104,14 +104,14 @@ jobs:
name: Validate third-party licenses
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- uses: ./.github/actions/utils/validate-third-party-licenses
markdown:
name: Markdown lint
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
@@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Install shellcheck
run: |
@@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
fetch-depth: 0 # Need full history to get diff
@@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
fetch-depth: 0 # Need full history to get diff
@@ -169,7 +169,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
fetch-depth: 0 # Need full history to get diff
@@ -187,7 +187,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
fetch-depth: 0
@@ -202,7 +202,7 @@ jobs:
FORCE_COLOR: 1
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
fetch-depth: 0
- name: Check typos
diff --git a/.github/workflows/_detect.yml b/.github/workflows/_detect.yml
index e08ce99d1..562273041 100644
--- a/.github/workflows/_detect.yml
+++ b/.github/workflows/_detect.yml
@@ -73,7 +73,7 @@ jobs:
examples_matrix: ${{ steps.mk.outputs.examples_matrix }}
other_matrix: ${{ steps.mk.outputs.other_matrix }}
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
fetch-depth: 0
diff --git a/.github/workflows/_publish_rust_crates.yml
b/.github/workflows/_publish_rust_crates.yml
index ccc1b2613..1832d86e7 100644
--- a/.github/workflows/_publish_rust_crates.yml
+++ b/.github/workflows/_publish_rust_crates.yml
@@ -91,7 +91,7 @@ jobs:
echo "✅ Downloaded latest copy script from master"
- name: Checkout
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
# No `|| github.sha` fallback: the `Resolve commit` step below
# requires an explicit, non-empty `inputs.commit` so the tag step
diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml
index 3bfdb057d..8fc885dd3 100644
--- a/.github/workflows/_test.yml
+++ b/.github/workflows/_test.yml
@@ -48,7 +48,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Skip noop
if: inputs.component == 'noop'
diff --git a/.github/workflows/_test_bdd.yml b/.github/workflows/_test_bdd.yml
index cc22d1f19..036b82f38 100644
--- a/.github/workflows/_test_bdd.yml
+++ b/.github/workflows/_test_bdd.yml
@@ -38,7 +38,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Skip noop
if: inputs.component == 'noop'
diff --git a/.github/workflows/_test_examples.yml
b/.github/workflows/_test_examples.yml
index 12ce2bd9a..151d0349e 100644
--- a/.github/workflows/_test_examples.yml
+++ b/.github/workflows/_test_examples.yml
@@ -37,7 +37,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Skip noop
if: inputs.component == 'noop'
@@ -57,13 +57,13 @@ jobs:
- name: Setup Python
if: startsWith(inputs.component, 'examples-') && inputs.task ==
'examples-python'
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
python-version: "3.10"
- name: Setup uv
if: startsWith(inputs.component, 'examples-') && inputs.task ==
'examples-python'
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 #
v8.3.2
+ uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 #
v9.0.0
- name: Install PHP build dependencies
if: startsWith(inputs.component, 'examples-') && inputs.task ==
'examples-php'
diff --git a/.github/workflows/coverage-baseline.yml
b/.github/workflows/coverage-baseline.yml
index af3516c85..1f580db3d 100644
--- a/.github/workflows/coverage-baseline.yml
+++ b/.github/workflows/coverage-baseline.yml
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Install system dependencies
run: |
@@ -60,7 +60,7 @@ jobs:
free-disk-space-aggressive: "true"
- name: Install cargo-llvm-cov
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: cargo-llvm-cov
@@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Java with cache
uses: ./.github/actions/utils/setup-java-with-cache
@@ -153,10 +153,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup .NET
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
dotnet-version: "10.0.x"
@@ -225,10 +225,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Python
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
python-version: "3.10"
@@ -238,12 +238,12 @@ jobs:
save-cache: "false"
- name: Install cargo-llvm-cov
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: cargo-llvm-cov
- name: Install uv
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 #
v8.3.2
+ uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 #
v9.0.0
- name: Install dependencies
run: |
@@ -318,7 +318,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Run PHP SDK tests with coverage
uses: ./.github/actions/php/pre-merge
@@ -339,7 +339,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
@@ -406,7 +406,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Go
uses: ./.github/actions/utils/setup-go-with-cache
@@ -480,7 +480,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 30
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Rust with cache
uses: ./.github/actions/utils/setup-rust-with-cache
diff --git a/.github/workflows/edge-release.yml
b/.github/workflows/edge-release.yml
index 87e7ca0a9..f98f99c84 100644
--- a/.github/workflows/edge-release.yml
+++ b/.github/workflows/edge-release.yml
@@ -50,7 +50,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Get server version
id: meta
diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml
index 63fa49d66..640e2ad77 100644
--- a/.github/workflows/post-merge.yml
+++ b/.github/workflows/post-merge.yml
@@ -47,7 +47,7 @@ jobs:
crates_to_publish: ${{ steps.check.outputs.crates_to_publish }}
sdks_to_publish: ${{ steps.check.outputs.sdks_to_publish }}
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
fetch-depth: 0
@@ -66,7 +66,7 @@ jobs:
# preinstalled cargo (rust-toolchain.toml pins 1.97.1) and skips the
# heavyweight build-cache restore.
- name: Install cargo-rail
- uses: taiki-e/[email protected]
+ uses: taiki-e/[email protected]
with:
tool: cargo-rail
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 98e277705..4dc6c84a2 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -136,7 +136,7 @@ jobs:
has_targets: ${{ steps.check.outputs.has_targets }}
is_workflow_call: ${{ steps.detect.outputs.is_workflow_call }}
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
fetch-depth: 0
@@ -246,7 +246,7 @@ jobs:
# policy contract intact. Composite action is shared with
# .github/workflows/_common.yml.
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}
- uses: ./.github/actions/utils/validate-third-party-licenses
@@ -276,7 +276,7 @@ jobs:
chmod +x /tmp/copy-latest-from-master.sh
echo "✅ Downloaded latest copy script from master"
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}
@@ -443,7 +443,7 @@ jobs:
echo "✅ Downloaded latest copy script from master"
- name: Checkout at commit
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}
# check-tags only runs `git ls-remote --tags` against origin,
@@ -757,7 +757,7 @@ jobs:
echo "✅ Downloaded latest copy script from master"
- name: Checkout at commit
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}
fetch-depth: 0
@@ -851,7 +851,7 @@ jobs:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}
# create-git-tag's shallow-safe fallback at action.yml:86-96
@@ -1073,7 +1073,7 @@ jobs:
echo "✅ Downloaded latest copy script from master"
- name: Checkout at commit
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}
# create-git-tag falls back to a shallow fetch when the commit
@@ -1361,7 +1361,7 @@ jobs:
chmod +x /tmp/copy-latest-from-master.sh
echo "✅ Downloaded latest copy script from master"
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
ref: ${{ needs.validate.outputs.commit }}