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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new f3cba352d RATIS-2554. Bump actions/checkout to 6.0.3 (#1477)
f3cba352d is described below

commit f3cba352d14d3234ebd5121704b59141bb21d101
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 15:51:28 2026 +0200

    RATIS-2554. Bump actions/checkout to 6.0.3 (#1477)
---
 .github/workflows/check.yaml               | 2 +-
 .github/workflows/ci.yaml                  | 2 +-
 .github/workflows/repeat-test.yaml         | 2 +-
 .github/workflows/vulnerability-check.yaml | 2 +-
 .github/workflows/zizmor.yml               | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index a10c02f3d..08a5ed559 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -95,7 +95,7 @@ jobs:
     steps:
       - name: Checkout project
         if: ${{ !inputs.needs-source-tarball }}
-        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
+        uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v6.0.3
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a00a07955..033972c78 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -124,7 +124,7 @@ jobs:
     if: github.event_name != 'pull_request'
     steps:
         - name: Checkout project
-          uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
+          uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v6.0.3
           with:
             fetch-depth: 0
             persist-credentials: false
diff --git a/.github/workflows/repeat-test.yaml 
b/.github/workflows/repeat-test.yaml
index 4bfeebe7f..25336fc16 100644
--- a/.github/workflows/repeat-test.yaml
+++ b/.github/workflows/repeat-test.yaml
@@ -98,7 +98,7 @@ jobs:
         split: ${{ fromJson(needs.prepare.outputs.matrix) }}
       fail-fast: ${{ fromJson(github.event.inputs.fail-fast) }}
     steps:
-      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
+      - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v6.0.3
         with:
           persist-credentials: false
           ref: ${{ needs.prepare.outputs.ref }}
diff --git a/.github/workflows/vulnerability-check.yaml 
b/.github/workflows/vulnerability-check.yaml
index 307ef9718..3d5e4a361 100644
--- a/.github/workflows/vulnerability-check.yaml
+++ b/.github/workflows/vulnerability-check.yaml
@@ -37,7 +37,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
+      - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 
v6.0.3
         with:
           persist-credentials: false
       - name: Set up JDK 11
diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml
index bda248ee7..1ba496d15 100644
--- a/.github/workflows/zizmor.yml
+++ b/.github/workflows/zizmor.yml
@@ -32,7 +32,7 @@ jobs:
       security-events: write
     steps:
     - name: Checkout project
-      uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+      uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
       with:
         persist-credentials: false
 

Reply via email to