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 a5acbd803 Bump gradle/actions from 4.1.0 to 4.2.0
a5acbd803 is described below
commit a5acbd803ae0fcd835194bccfb1889886ed7d307
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 13 06:01:21 2024 +0000
Bump gradle/actions from 4.1.0 to 4.2.0
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to
4.2.0.
- [Release notes](https://github.com/gradle/actions/releases)
-
[Commits](https://github.com/gradle/actions/compare/d156388eb19639ec20ade50009f3d199ce1e2808...473878a77f1b98e2b5ac4af93489d1656a80a5ed)
---
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-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 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/build-docker-mariadb.yml
b/.github/workflows/build-docker-mariadb.yml
index 1db2d011f..a127570a9 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.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 47e88cba3..70b19a79c 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.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 3d4845c32..8f3d532f6 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 16
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index b2fc78445..0e95a585b 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
with:
validate-wrappers: true
- name: Verify MariaDB connection
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index 9394e0af5..37d510e22 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
with:
validate-wrappers: true
- name: Verify MariaDB connection
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 77ec80601..acf63d889 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
with:
validate-wrappers: true
- name: Verify PostgreSQL connection
diff --git a/.github/workflows/build-tests.yml
b/.github/workflows/build-tests.yml
index e53a91832..9d817fd50 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.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 Fineract stack
diff --git a/.github/workflows/publish-dockerhub.yml
b/.github/workflows/publish-dockerhub.yml
index 8d0d0c4e2..296df5d1e 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.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 3203c171e..824a72b32 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.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 e19be7530..aeab45597 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.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 ccd0e1b2b..b4fe625ae 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
+ uses:
gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
with:
validate-wrappers: true
- name: Sonarqube