This is an automated email from the ASF dual-hosted git repository.

mmodzelewski 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 d5461a1d7 chore(deps): Bump the github-actions group with 3 updates 
(#3556)
d5461a1d7 is described below

commit d5461a1d7eaa65564dd2380780caf7f70695f569
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 13:02:34 2026 +0200

    chore(deps): Bump the github-actions group with 3 updates (#3556)
---
 .github/workflows/_build_python_wheels.yml  |  8 ++++----
 .github/workflows/_build_rust_artifacts.yml |  6 +++---
 .github/workflows/_common.yml               | 30 ++++++++++++++---------------
 .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        |  4 ++--
 .github/workflows/coverage-baseline.yml     | 20 +++++++++----------
 .github/workflows/edge-release.yml          |  2 +-
 .github/workflows/post-merge.yml            |  4 ++--
 .github/workflows/publish.yml               | 16 +++++++--------
 12 files changed, 49 insertions(+), 49 deletions(-)

diff --git a/.github/workflows/_build_python_wheels.yml 
b/.github/workflows/_build_python_wheels.yml
index d0f2708db..9b866d8ca 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 }}
 
@@ -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 }}
 
@@ -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 }}
 
@@ -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 4902b29b5..db6910e26 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 616008abc..f911bb898 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,7 +55,7 @@ jobs:
     name: Check Python lockfiles
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/[email protected]
 
       - name: Install uv
         uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 
v8.2.0
@@ -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/setup-node@v6
@@ -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 4e5e44fa4..94f7c479d 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 ae94da95f..10204d8e5 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 7519047f5..e99696572 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 f324bd4c7..7ddc698d8 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 0e105a075..4e72b1048 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'
@@ -90,7 +90,7 @@ jobs:
 
       - name: Cache uv
         if: startsWith(inputs.component, 'examples-') && inputs.task == 
'examples-python'
-        uses: actions/cache@v5
+        uses: actions/[email protected]
         with:
           path: ~/.cache/uv
           key: uv-${{ runner.os }}-${{ hashFiles('examples/python/uv.lock', 
'foreign/python/uv.lock', 'bdd/python/uv.lock') }}
diff --git a/.github/workflows/coverage-baseline.yml 
b/.github/workflows/coverage-baseline.yml
index 10c312408..a1acc1438 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,7 +153,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 30
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Setup .NET
         uses: actions/[email protected]
@@ -225,7 +225,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 30
     steps:
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
 
       - name: Setup Python
         uses: actions/setup-python@v6
@@ -238,7 +238,7 @@ jobs:
           save-cache: "false"
 
       - name: Install cargo-llvm-cov
-        uses: taiki-e/[email protected]
+        uses: taiki-e/[email protected]
         with:
           tool: cargo-llvm-cov
 
@@ -318,7 +318,7 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 30
     steps:
-      - uses: actions/checkout@v6
+      - 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/setup-node@v6
@@ -403,7 +403,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
@@ -477,7 +477,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 8c92c61a0..7ca84fc5d 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 5de7a96ec..58a0b4ac2 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.96.0) 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 aa28ccd10..e80e3ef1f 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 }}
 

Reply via email to