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

victorromero 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 a21fe48c79 Bump gradle/actions from 4.4.0 to 4.4.1 (#4765)
a21fe48c79 is described below

commit a21fe48c793b5d9b801dd01cd49b36ec27b2fc02
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 18 08:29:29 2025 -0600

    Bump gradle/actions from 4.4.0 to 4.4.1 (#4765)
    
    Bumps [gradle/actions](https://github.com/gradle/actions) from 4.4.0 to 
4.4.1.
    - [Release notes](https://github.com/gradle/actions/releases)
    - 
[Commits](https://github.com/gradle/actions/compare/8379f6a1328ee0e06e2bb424dadb7b159856a326...ac638b010cf58a27ee6c972d7336334ccaf61c96)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 4.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build-docker-mariadb.yml                  | 2 +-
 .github/workflows/build-docker-postgresql.yml               | 2 +-
 .github/workflows/build-documentation.yml                   | 2 +-
 .github/workflows/build-embeddable-progressive-loan-jar.yml | 2 +-
 .github/workflows/build-mariadb.yml                         | 2 +-
 .github/workflows/build-mysql.yml                           | 2 +-
 .github/workflows/build-postgresql.yml                      | 2 +-
 .github/workflows/build-tests.yml                           | 2 +-
 .github/workflows/publish-dockerhub.yml                     | 2 +-
 .github/workflows/smoke-activemq.yml                        | 2 +-
 .github/workflows/smoke-kafka.yml                           | 2 +-
 .github/workflows/sonarqube.yml                             | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/build-docker-mariadb.yml 
b/.github/workflows/build-docker-mariadb.yml
index f4d49e4188..9c633a62e5 100644
--- a/.github/workflows/build-docker-mariadb.yml
+++ b/.github/workflows/build-docker-mariadb.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain 
:fineract-provider:jibDockerBuild -Djib.to.image=$IMAGE_NAME -x test -x cucumber
       - name: Start the stack
diff --git a/.github/workflows/build-docker-postgresql.yml 
b/.github/workflows/build-docker-postgresql.yml
index 332e6df78c..9da361e8a0 100644
--- a/.github/workflows/build-docker-postgresql.yml
+++ b/.github/workflows/build-docker-postgresql.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain 
:fineract-provider:jibDockerBuild -Djib.to.image=$IMAGE_NAME -x test -x cucumber
       - name: Start the Standalone Stack
diff --git a/.github/workflows/build-documentation.yml 
b/.github/workflows/build-documentation.yml
index 58a8843446..6a33e24702 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
         with:
           node-version: 16
diff --git a/.github/workflows/build-embeddable-progressive-loan-jar.yml 
b/.github/workflows/build-embeddable-progressive-loan-jar.yml
index 0ec3b9b2c9..e291259554 100644
--- a/.github/workflows/build-embeddable-progressive-loan-jar.yml
+++ b/.github/workflows/build-embeddable-progressive-loan-jar.yml
@@ -16,7 +16,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - name: Build Embeddable Jar
         run: ./gradlew --no-daemon --console=plain 
:fineract-progressive-loan-embeddable-schedule-generator:shadowJar
       - name: Pick up the JAR filename
diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index e13fcc4416..c59b242724 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -34,7 +34,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
         with:
           validate-wrappers: true
       - name: Verify MariaDB connection
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 599844ea24..dce0d0be84 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -34,7 +34,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
         with:
           validate-wrappers: true
       - name: Verify MariaDB connection
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index ba054a8851..9e0ffebc76 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -35,7 +35,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
         with:
           validate-wrappers: true
       - name: Verify PostgreSQL connection
diff --git a/.github/workflows/build-tests.yml 
b/.github/workflows/build-tests.yml
index 0167de7ee4..221b316553 100644
--- a/.github/workflows/build-tests.yml
+++ b/.github/workflows/build-tests.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain 
:fineract-provider:jibDockerBuild -Djib.to.image=$IMAGE_NAME -x test -x cucumber
       - name: Start the Fineract stack
diff --git a/.github/workflows/publish-dockerhub.yml 
b/.github/workflows/publish-dockerhub.yml
index e4efb90b4e..ba57a4f3fb 100644
--- a/.github/workflows/publish-dockerhub.yml
+++ b/.github/workflows/publish-dockerhub.yml
@@ -25,7 +25,7 @@ jobs:
           distribution: 'zulu'
 
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
 
       - name: Extract branch name
         shell: bash
diff --git a/.github/workflows/smoke-activemq.yml 
b/.github/workflows/smoke-activemq.yml
index 53f867445c..e52bcde93a 100644
--- a/.github/workflows/smoke-activemq.yml
+++ b/.github/workflows/smoke-activemq.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain 
:fineract-provider:jibDockerBuild -Djib.to.image=$IMAGE_NAME -x test -x cucumber
       - name: Start the ActiveMQ Stack
diff --git a/.github/workflows/smoke-kafka.yml 
b/.github/workflows/smoke-kafka.yml
index 8152f79f6f..fe0f9d7c5a 100644
--- a/.github/workflows/smoke-kafka.yml
+++ b/.github/workflows/smoke-kafka.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain 
:fineract-provider:jibDockerBuild -Djib.to.image=$IMAGE_NAME -x test -x cucumber
       - name: Start the Kafka Stack
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index a74c2231da..14f01af005 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -28,7 +28,7 @@ jobs:
           java-version: '21'
           distribution: 'zulu'
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
+        uses: 
gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
         with:
           validate-wrappers: true
       - name: Build

Reply via email to