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 0b7517a1e chore(deps): bump gradle/wrapper-validation-action
0b7517a1e is described below
commit 0b7517a1ea152632cc30a19d93c6c12e4723849b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 19 05:32:57 2022 +0000
chore(deps): bump gradle/wrapper-validation-action
Bumps
[gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action)
from 859c33240bd026ce8d5f711f5adcc65c2f8eafc1 to 1.0.4. This release includes
the previously tagged commit.
- [Release
notes](https://github.com/gradle/wrapper-validation-action/releases)
-
[Commits](https://github.com/gradle/wrapper-validation-action/compare/859c33240bd026ce8d5f711f5adcc65c2f8eafc1...e6e38bacfdf1a337459f332974bb2327a31aaf4b)
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build-mariadb.yml | 2 +-
.github/workflows/build-mysql.yml | 2 +-
.github/workflows/build-postgresql.yml | 2 +-
.github/workflows/sonarqube.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index 64ea15deb..517fcc354 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@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
+ uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- 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 e17937b7a..55a9312e1 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@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
+ uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- 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 a9cff3ea8..6bb628c9c 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@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
+ uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- 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 943120213..eb688be7c 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@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
+ uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- 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