You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/02/13 08:03:56 UTC

[fineract] branch develop created (now 992212a62)

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

arnold pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


      at 992212a62 chore(deps): update gradle/wrapper-validation-action digest to dabb1b5

This branch includes the following new commits:

     new 992212a62 chore(deps): update gradle/wrapper-validation-action digest to dabb1b5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: chore(deps): update gradle/wrapper-validation-action digest to dabb1b5

Posted by ar...@apache.org.
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

commit 992212a62fcb1b549a041be3b06e38ba21186bfb
Author: Renovate <bo...@renovateapp.com>
AuthorDate: Mon Feb 13 00:23:45 2023 +0000

    chore(deps): update gradle/wrapper-validation-action digest to dabb1b5
---
 .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/sonarqube.yml           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml
index b1d5fe3cc..edfd22c7a 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -22,7 +22,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Validate Gradle wrapper
-        uses: gradle/wrapper-validation-action@6c561573985cd8bd4d64efcfe270d51682d210e2
+        uses: gradle/wrapper-validation-action@dabb1b52d35733fde278c288e4781d4336d4c29c
       - name: Install additional software
         run: |
             sudo apt-get update
diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml
index eb5254e5f..b4339b79f 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -42,7 +42,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Validate Gradle wrapper
-        uses: gradle/wrapper-validation-action@6c561573985cd8bd4d64efcfe270d51682d210e2
+        uses: gradle/wrapper-validation-action@dabb1b52d35733fde278c288e4781d4336d4c29c
       - name: Verify MariaDB connection
         run: |
             while ! mysqladmin ping -h"127.0.0.1" -P3306 ; do
diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml
index ca7bf02d8..c72d77488 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -42,7 +42,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Validate Gradle wrapper
-        uses: gradle/wrapper-validation-action@6c561573985cd8bd4d64efcfe270d51682d210e2
+        uses: gradle/wrapper-validation-action@dabb1b52d35733fde278c288e4781d4336d4c29c
       - name: Verify MariaDB connection
         run: |
             while ! mysqladmin ping -h"127.0.0.1" -P3306 ; do
diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml
index 3e861f7e6..a957b6ad7 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -43,7 +43,7 @@ jobs:
       - name: Congfigure vega-cli
         run: npm i -g vega-cli --unsafe
       - name: Validate Gradle wrapper
-        uses: gradle/wrapper-validation-action@6c561573985cd8bd4d64efcfe270d51682d210e2
+        uses: gradle/wrapper-validation-action@dabb1b52d35733fde278c288e4781d4336d4c29c
       - name: Verify PostgreSQL connection
         run: |
             while ! pg_isready -d postgres -U root -h 127.0.0.1 -p 5432 ; do
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index 898a2f5d0..0cbeea58c 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -27,6 +27,6 @@ jobs:
           distribution: 'zulu'
           cache: gradle
       - name: Validate Gradle wrapper
-        uses: gradle/wrapper-validation-action@6c561573985cd8bd4d64efcfe270d51682d210e2
+        uses: gradle/wrapper-validation-action@dabb1b52d35733fde278c288e4781d4336d4c29c
       - name: Sonarqube
         run: ./gradlew --no-daemon --console=plain -Dsonar.verbose=true -Dsonar.login=$SONAR_TOKEN -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.projectKey=$SONAR_PROJECT_KEY --info --stacktrace sonarqube