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

ptuomola 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 c01553a7c Bump gradle/actions from 4.2.2 to 4.3.0
c01553a7c is described below

commit c01553a7cae7998489b4603fa6efdac4c84c979a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 31 05:06:37 2025 +0000

    Bump gradle/actions from 4.2.2 to 4.3.0
    
    Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.2 to 
4.3.0.
    - [Release notes](https://github.com/gradle/actions/releases)
    - 
[Commits](https://github.com/gradle/actions/compare/0bdd871935719febd78681f197cd39af5b6e16a6...94baf225fe0a508e581a564467443d0e2379123b)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 ab3974b80..efd82e7e5 100644
--- a/.github/workflows/build-docker-mariadb.yml
+++ b/.github/workflows/build-docker-mariadb.yml
@@ -21,7 +21,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain :fineract-provider:clean 
:fineract-provider:build :fineract-provider:jibDockerBuild -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 e6b8f2d48..4638d78f1 100644
--- a/.github/workflows/build-docker-postgresql.yml
+++ b/.github/workflows/build-docker-postgresql.yml
@@ -21,7 +21,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain :fineract-provider:clean 
:fineract-provider:build :fineract-provider:jibDockerBuild -x test -x cucumber
       - name: Start the Standalone Stack
diff --git a/.github/workflows/build-documentation.yml 
b/.github/workflows/build-documentation.yml
index 204adc346..9a5997bc7 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -20,7 +20,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # 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 7b9a4c78c..6a0f8efbd 100644
--- a/.github/workflows/build-embeddable-progressive-loan-jar.yml
+++ b/.github/workflows/build-embeddable-progressive-loan-jar.yml
@@ -20,7 +20,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - 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 9f2aa568d..5a99959f8 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -44,7 +44,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
         with:
           validate-wrappers: true
       - name: Verify MariaDB connection
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 44dcefa7a..024085186 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -44,7 +44,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
         with:
           validate-wrappers: true
       - name: Verify MariaDB connection
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index 1d1acd89e..016e120ab 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -45,7 +45,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
         with:
           validate-wrappers: true
       - name: Verify PostgreSQL connection
diff --git a/.github/workflows/build-tests.yml 
b/.github/workflows/build-tests.yml
index e0d99ccd4..d28ef82be 100644
--- a/.github/workflows/build-tests.yml
+++ b/.github/workflows/build-tests.yml
@@ -21,7 +21,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain :fineract-provider:clean 
:fineract-provider:build :fineract-provider:jibDockerBuild -x test -x cucumber 
-x :integration-tests:test
       - name: Start the Fineract stack
diff --git a/.github/workflows/publish-dockerhub.yml 
b/.github/workflows/publish-dockerhub.yml
index d8be597d6..4878567fe 100644
--- a/.github/workflows/publish-dockerhub.yml
+++ b/.github/workflows/publish-dockerhub.yml
@@ -27,7 +27,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Extract branch name
         shell: bash
         run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> 
$GITHUB_OUTPUT
diff --git a/.github/workflows/smoke-activemq.yml 
b/.github/workflows/smoke-activemq.yml
index 140a05ed4..f1d2c9fdd 100644
--- a/.github/workflows/smoke-activemq.yml
+++ b/.github/workflows/smoke-activemq.yml
@@ -21,7 +21,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain :fineract-provider:clean 
:fineract-provider:build :fineract-provider:jibDockerBuild -x test -x cucumber
       - name: Start the ActiveMQ Stack
diff --git a/.github/workflows/smoke-kafka.yml 
b/.github/workflows/smoke-kafka.yml
index 76c4ed2c9..a9bb5de3f 100644
--- a/.github/workflows/smoke-kafka.yml
+++ b/.github/workflows/smoke-kafka.yml
@@ -21,7 +21,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Build the image
         run: ./gradlew --no-daemon --console=plain :fineract-provider:clean 
:fineract-provider:build :fineract-provider:jibDockerBuild -x test -x cucumber
       - name: Start the Kafka Stack
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index ddcb2ac8f..7f446c39c 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -29,7 +29,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
       - name: Setup Gradle and Validate Wrapper
-        uses: 
gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+        uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
         with:
           validate-wrappers: true
       - name: Sonarqube

Reply via email to