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

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 20b691e092 Bump actions/checkout from 5.0.1 to 6.0.2
20b691e092 is described below

commit 20b691e09204f343e2d376097ef4b2f6c40e3a5a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 09:33:38 2026 +0000

    Bump actions/checkout from 5.0.1 to 6.0.2
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 
6.0.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/build-cucumber.yml                               | 2 +-
 .github/workflows/build-docker.yml                                 | 2 +-
 .github/workflows/build-documentation.yml                          | 2 +-
 .github/workflows/build-e2e-tests.yml                              | 2 +-
 .github/workflows/build-mariadb.yml                                | 2 +-
 .github/workflows/build-mysql.yml                                  | 2 +-
 .github/workflows/build-postgresql.yml                             | 2 +-
 .github/workflows/liquibase-only-postgresql.yml                    | 2 +-
 .github/workflows/mifos-fineract-client-publish.yml                | 2 +-
 .github/workflows/publish-dockerhub.yml                            | 2 +-
 .github/workflows/run-integration-test-sequentially-postgresql.yml | 2 +-
 .github/workflows/smoke-messaging.yml                              | 2 +-
 .github/workflows/sonarqube.yml                                    | 2 +-
 .github/workflows/verify-api-backward-compatibility.yml            | 4 ++--
 .github/workflows/verify-liquibase-backward-compatibility.yml      | 4 ++--
 15 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/build-cucumber.yml 
b/.github/workflows/build-cucumber.yml
index e91211caaf..43ae67be92 100644
--- a/.github/workflows/build-cucumber.yml
+++ b/.github/workflows/build-cucumber.yml
@@ -27,7 +27,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/build-docker.yml 
b/.github/workflows/build-docker.yml
index cff48fad3d..311aa0a2c9 100644
--- a/.github/workflows/build-docker.yml
+++ b/.github/workflows/build-docker.yml
@@ -26,7 +26,7 @@ jobs:
       IMAGE_NAME: fineract
 
     steps:
-      - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
 
diff --git a/.github/workflows/build-documentation.yml 
b/.github/workflows/build-documentation.yml
index a32f34d102..50b6573c4a 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -10,7 +10,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
       - name: Set up JDK 21
diff --git a/.github/workflows/build-e2e-tests.yml 
b/.github/workflows/build-e2e-tests.yml
index 69225dbdbe..0f39a0df41 100644
--- a/.github/workflows/build-e2e-tests.yml
+++ b/.github/workflows/build-e2e-tests.yml
@@ -33,7 +33,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
 
diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index 59ba4472c1..52a73b3469 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -44,7 +44,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index c0fe5c6d66..cde07337f1 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -44,7 +44,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index e4976be527..d193e74d5a 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -45,7 +45,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/liquibase-only-postgresql.yml 
b/.github/workflows/liquibase-only-postgresql.yml
index 86faa2ec9c..b8b8873b0d 100644
--- a/.github/workflows/liquibase-only-postgresql.yml
+++ b/.github/workflows/liquibase-only-postgresql.yml
@@ -26,7 +26,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/mifos-fineract-client-publish.yml 
b/.github/workflows/mifos-fineract-client-publish.yml
index 3fe69972ef..b0202cc67f 100644
--- a/.github/workflows/mifos-fineract-client-publish.yml
+++ b/.github/workflows/mifos-fineract-client-publish.yml
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - name: Checkout Source Code
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
       - name: Generate build number
diff --git a/.github/workflows/publish-dockerhub.yml 
b/.github/workflows/publish-dockerhub.yml
index f26b85630e..8578a89e75 100644
--- a/.github/workflows/publish-dockerhub.yml
+++ b/.github/workflows/publish-dockerhub.yml
@@ -15,7 +15,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout Source Code
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
 
diff --git a/.github/workflows/run-integration-test-sequentially-postgresql.yml 
b/.github/workflows/run-integration-test-sequentially-postgresql.yml
index bcb6c1b89b..2854755cd5 100644
--- a/.github/workflows/run-integration-test-sequentially-postgresql.yml
+++ b/.github/workflows/run-integration-test-sequentially-postgresql.yml
@@ -33,7 +33,7 @@ jobs:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
           fetch-tags: true
diff --git a/.github/workflows/smoke-messaging.yml 
b/.github/workflows/smoke-messaging.yml
index 51e42240b0..6733912b65 100644
--- a/.github/workflows/smoke-messaging.yml
+++ b/.github/workflows/smoke-messaging.yml
@@ -24,7 +24,7 @@ jobs:
       IMAGE_NAME: fineract
 
     steps:
-      - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
 
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index 73da5cec6f..fa72cb6ed2 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -20,7 +20,7 @@ jobs:
         JAVA_BINARIES: .
     steps:
       - name: Checkout
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           fetch-depth: 0
       - name: Set up JDK 21
diff --git a/.github/workflows/verify-api-backward-compatibility.yml 
b/.github/workflows/verify-api-backward-compatibility.yml
index 179316bb83..7f3d71d04a 100644
--- a/.github/workflows/verify-api-backward-compatibility.yml
+++ b/.github/workflows/verify-api-backward-compatibility.yml
@@ -16,7 +16,7 @@ jobs:
 
     steps:
       - name: Checkout base branch
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           repository: ${{ github.event.pull_request.base.repo.full_name }}
           ref: ${{ github.event.pull_request.base.ref }}
@@ -24,7 +24,7 @@ jobs:
           path: baseline
 
       - name: Checkout PR branch
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           repository: ${{ github.event.pull_request.head.repo.full_name }}
           ref: ${{ github.event.pull_request.head.sha }}
diff --git a/.github/workflows/verify-liquibase-backward-compatibility.yml 
b/.github/workflows/verify-liquibase-backward-compatibility.yml
index 0c0536207f..56d7e25824 100644
--- a/.github/workflows/verify-liquibase-backward-compatibility.yml
+++ b/.github/workflows/verify-liquibase-backward-compatibility.yml
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout the base branch (`develop`)
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           repository: ${{ github.event.pull_request.base.repo.full_name }}
           ref: ${{ github.event.pull_request.base.ref }}
@@ -107,7 +107,7 @@ jobs:
           sleep 10
 
       - name: Checkout the PR branch
-        uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 
v6.0.2
         with:
           repository: ${{ github.event.pull_request.head.repo.full_name }}
           ref: ${{ github.event.pull_request.head.sha }}

Reply via email to