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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bsf.git


The following commit(s) were added to refs/heads/master by this push:
     new c1b9510  Bump actions/checkout from 6.0.1 to 6.0.2
c1b9510 is described below

commit c1b9510837e8ee7d9c3b49ee99a45e6baecaadfd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 1 06:23:21 2026 -0400

    Bump actions/checkout from 6.0.1 to 6.0.2
---
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 2eff406..1e25d1b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,7 +46,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8    # 
v6.0.1
+      uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd   # 6.0.2
       with:
         persist-credentials: false
     - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb    # v5.0.1
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 19998f4..0f5908b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
             experimental: true        
         
     steps:
-    - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8    # 
v6.0.1
+    - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd   # 6.0.2
       with:
         persist-credentials: false
     - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb    # v5.0.1
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 90aef43..a0e5b9f 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@ jobs:
     steps:
 
       - name: "Checkout code"
-        uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8    # 
v6.0.1
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd   # 
6.0.2
         with:
           persist-credentials: false
 

Reply via email to