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 8b92beb473 FINERACT-2181: Update actions/checkout digest to 93cb6ef
8b92beb473 is described below
commit 8b92beb4732cf58ea63b34e1fbc4ab40ab46d5e4
Author: Renovate <[email protected]>
AuthorDate: Wed Feb 18 10:19:41 2026 +0000
FINERACT-2181: Update actions/checkout digest to 93cb6ef
---
.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-liquibase-backward-compatibility.yml | 4 ++--
14 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/.github/workflows/build-cucumber.yml
b/.github/workflows/build-cucumber.yml
index 788e998d81..2e2f3d301c 100644
--- a/.github/workflows/build-cucumber.yml
+++ b/.github/workflows/build-cucumber.yml
@@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/build-docker.yml
b/.github/workflows/build-docker.yml
index 43e5717b2d..05d62f207d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
diff --git a/.github/workflows/build-documentation.yml
b/.github/workflows/build-documentation.yml
index cd67d21c11..2a667f18ee 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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 0c89f02bb9..cd0e3ba045 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index d1c638994c..266da91be3 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index f5e00117de..fd5f021b92 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 378bd181e4..c9e9a64cdd 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -45,7 +45,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/liquibase-only-postgresql.yml
b/.github/workflows/liquibase-only-postgresql.yml
index a675141557..ba06438f40 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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 0f89ba9714..f02220c0b0 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- name: Generate build number
diff --git a/.github/workflows/publish-dockerhub.yml
b/.github/workflows/publish-dockerhub.yml
index c877687863..c36e380c64 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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 29afa1fcfc..1434fb117e 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
fetch-tags: true
diff --git a/.github/workflows/smoke-messaging.yml
b/.github/workflows/smoke-messaging.yml
index 10a2e78711..e718ccb371 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index 5394ba8eb9..ad4bd9d23f 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -20,7 +20,7 @@ jobs:
JAVA_BINARIES: .
steps:
- name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- name: Set up JDK 21
diff --git a/.github/workflows/verify-liquibase-backward-compatibility.yml
b/.github/workflows/verify-liquibase-backward-compatibility.yml
index 400c9f283c..4ffcf6a785 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}