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

krishvishal 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 86d49cab7 chore(deps): Bump the github-actions group with 4 updates 
(#3476)
86d49cab7 is described below

commit 86d49cab77fdb8097343faab3cd933b7705c1cf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 15:52:35 2026 +0530

    chore(deps): Bump the github-actions group with 4 updates (#3476)
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/_common.yml           |  6 +++---
 .github/workflows/_test.yml             | 14 +++++++-------
 .github/workflows/_test_examples.yml    |  2 +-
 .github/workflows/coverage-baseline.yml | 20 ++++++++++----------
 .github/workflows/post-merge.yml        |  2 +-
 5 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/_common.yml b/.github/workflows/_common.yml
index d7d56dc9e..616008abc 100644
--- a/.github/workflows/_common.yml
+++ b/.github/workflows/_common.yml
@@ -58,7 +58,7 @@ jobs:
       - uses: actions/checkout@v6
 
       - name: Install uv
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 
v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 
v8.2.0
 
       - name: Check uv.lock files are in sync with pyproject.toml
         run: ./scripts/ci/uv-lock-check.sh --check
@@ -93,7 +93,7 @@ jobs:
         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 }}
 
@@ -206,7 +206,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Check typos
-        uses: crate-ci/[email protected]
+        uses: crate-ci/[email protected]
 
   summary:
     name: Common checks summary
diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml
index c166304f0..7519047f5 100644
--- a/.github/workflows/_test.yml
+++ b/.github/workflows/_test.yml
@@ -64,7 +64,7 @@ jobs:
 
       - name: Upload coverage to Codecov
         if: startsWith(inputs.component, 'rust') && startsWith(inputs.task, 
'test-')
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: codecov.json
@@ -87,7 +87,7 @@ jobs:
 
       - name: Upload Python coverage to Codecov
         if: inputs.component == 'sdk-python' && inputs.task == 'test'
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/python-coverage.lcov
@@ -106,7 +106,7 @@ jobs:
 
       - name: Upload PHP coverage to Codecov
         if: inputs.component == 'sdk-php' && inputs.task == 'test'
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/php-coverage.lcov
@@ -125,7 +125,7 @@ jobs:
 
       - name: Upload Node coverage to Codecov
         if: inputs.component == 'sdk-node' && (inputs.task == 'test' || 
inputs.task == 'e2e')
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/node-coverage/${{ inputs.task == 'test' && 'unit' || 
'e2e' }}/lcov.info
@@ -144,7 +144,7 @@ jobs:
 
       - name: Upload Go coverage to Codecov
         if: inputs.component == 'sdk-go' && (inputs.task == 'test' || 
inputs.task == 'e2e')
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/${{ inputs.task == 'test' && 'go-coverage.out' || 
'go-coverage-e2e.out' }}
@@ -177,7 +177,7 @@ jobs:
 
       - name: Upload Java coverage to Codecov
         if: inputs.component == 'sdk-java' && inputs.task == 'test'
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/java-coverage/jacocoAggregated.xml
@@ -189,7 +189,7 @@ jobs:
 
       - name: Upload C# coverage to Codecov
         if: inputs.component == 'sdk-csharp' && (inputs.task == 'test' || 
inputs.task == 'e2e')
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: foreign/csharp/reports/coverage.cobertura.xml
diff --git a/.github/workflows/_test_examples.yml 
b/.github/workflows/_test_examples.yml
index 8be8b5235..0e105a075 100644
--- a/.github/workflows/_test_examples.yml
+++ b/.github/workflows/_test_examples.yml
@@ -63,7 +63,7 @@ jobs:
 
       - name: Setup uv
         if: startsWith(inputs.component, 'examples-') && inputs.task == 
'examples-python'
-        uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # 
v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 
v8.2.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 a332aff27..10c312408 100644
--- a/.github/workflows/coverage-baseline.yml
+++ b/.github/workflows/coverage-baseline.yml
@@ -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
 
@@ -97,7 +97,7 @@ jobs:
         shell: bash
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: codecov.json
@@ -140,7 +140,7 @@ jobs:
           log-file: ${{ steps.iggy.outputs.log_file }}
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: 
foreign/java/build/reports/jacoco/aggregate/jacocoAggregated.xml
@@ -212,7 +212,7 @@ jobs:
           dotnet-coverage merge ./reports/**/*.cobertura.xml -f cobertura -o 
./reports/coverage.cobertura.xml
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: foreign/csharp/reports/coverage.cobertura.xml
@@ -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@08807647e7069bb48b6ef5acd8ec9567f424441b # 
v8.1.0
+        uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # 
v8.2.0
 
       - name: Install dependencies
         run: |
@@ -305,7 +305,7 @@ jobs:
         shell: bash
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/python-coverage.lcov
@@ -326,7 +326,7 @@ jobs:
           task: test
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/php-coverage.lcov
@@ -390,7 +390,7 @@ jobs:
           log-file: ${{ steps.iggy.outputs.log_file }}
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: 
reports/node-coverage/unit/lcov.info,reports/node-coverage/e2e/lcov.info
@@ -464,7 +464,7 @@ jobs:
           log-file: ${{ steps.iggy.outputs.log_file }}
 
       - name: Upload to Codecov
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           files: reports/go-coverage.out
diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml
index 52162a603..5de7a96ec 100644
--- a/.github/workflows/post-merge.yml
+++ b/.github/workflows/post-merge.yml
@@ -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
 

Reply via email to