This is an automated email from the ASF dual-hosted git repository.
arnold 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 961e6d1aa6 Bump gradle/actions from 4.3.0 to 4.3.1
961e6d1aa6 is described below
commit 961e6d1aa6b074781b562589a21f7f44041d665e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 26 05:49:37 2025 +0000
Bump gradle/actions from 4.3.0 to 4.3.1
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.3.0 to
4.3.1.
- [Release notes](https://github.com/gradle/actions/releases)
-
[Commits](https://github.com/gradle/actions/compare/94baf225fe0a508e581a564467443d0e2379123b...06832c7b30a0129d7fb559bcc6e43d26f6374244)
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 586cd52a7c..6103d9c16b 100644
--- a/.github/workflows/build-docker-mariadb.yml
+++ b/.github/workflows/build-docker-mariadb.yml
@@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.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 28b3f78a58..cb44befd21 100644
--- a/.github/workflows/build-docker-postgresql.yml
+++ b/.github/workflows/build-docker-postgresql.yml
@@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.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 c733351836..d868694e52 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # 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 fa1551097d..1ddff8c366 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: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.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 9ddb5eb31a..02867d8f15 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -34,7 +34,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle and Validate Wrapper
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
with:
validate-wrappers: true
- name: Verify MariaDB connection
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index 42f12f6b64..65fe36cd9a 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -34,7 +34,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle and Validate Wrapper
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
with:
validate-wrappers: true
- name: Verify MariaDB connection
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 58cba8af55..b89e5c0266 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -35,7 +35,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle and Validate Wrapper
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
with:
validate-wrappers: true
- name: Verify PostgreSQL connection
diff --git a/.github/workflows/build-tests.yml
b/.github/workflows/build-tests.yml
index aa6a9217c0..0b97aab146 100644
--- a/.github/workflows/build-tests.yml
+++ b/.github/workflows/build-tests.yml
@@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.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 d8c338d6c9..f48af43e71 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@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
- name: Extract branch name
shell: bash
diff --git a/.github/workflows/smoke-activemq.yml
b/.github/workflows/smoke-activemq.yml
index ddd0a62fbc..cd785e9047 100644
--- a/.github/workflows/smoke-activemq.yml
+++ b/.github/workflows/smoke-activemq.yml
@@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.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 479faf6af5..18a4d302aa 100644
--- a/.github/workflows/smoke-kafka.yml
+++ b/.github/workflows/smoke-kafka.yml
@@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.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 1d1137a0be..40569fbebb 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -28,7 +28,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Setup Gradle and Validate Wrapper
- uses:
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ uses:
gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
with:
validate-wrappers: true
- name: Build