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 8cb46811c RATIS-2614. Bump actions/checkout to 7.0.1 (#1530)
8cb46811c is described below

commit 8cb46811c57043df3e1d90be1533caa89f9e75f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 08:11:40 2026 +0200

    RATIS-2614. Bump actions/checkout to 7.0.1 (#1530)
---
 .github/workflows/asf-allowlist-check.yaml | 2 +-
 .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.yaml              | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/asf-allowlist-check.yaml 
b/.github/workflows/asf-allowlist-check.yaml
index dfbcec3aa..16434773f 100644
--- a/.github/workflows/asf-allowlist-check.yaml
+++ b/.github/workflows/asf-allowlist-check.yaml
@@ -40,7 +40,7 @@ jobs:
     runs-on: ubuntu-slim
     steps:
       - name: Checkout project
-        uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
+        uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           persist-credentials: false
       - name: Check actions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index 6706f3fee..d9687d4f8 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
+        uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           persist-credentials: false
 
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 67457dbcf..445cb14fa 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
+          uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
           with:
             fetch-depth: 0
             persist-credentials: false
diff --git a/.github/workflows/repeat-test.yaml 
b/.github/workflows/repeat-test.yaml
index 657b27c40..a6dab69c8 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
+      - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           persist-credentials: false
           ref: ${{ needs.prepare.outputs.ref }}
diff --git a/.github/workflows/vulnerability-check.yaml 
b/.github/workflows/vulnerability-check.yaml
index 41c0adb41..8fabf35b6 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
+      - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           persist-credentials: false
       - name: Set up JDK 11
diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml
index bf31f22e5..666405d2f 100644
--- a/.github/workflows/zizmor.yaml
+++ b/.github/workflows/zizmor.yaml
@@ -40,7 +40,7 @@ jobs:
       security-events: write
     steps:
     - name: Checkout project
-      uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+      uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
       with:
         persist-credentials: false
 

Reply via email to