This is an automated email from the ASF dual-hosted git repository.
aleks 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 bc54579 chore(deps): update gradle/wrapper-validation-action commit
hash to 859c332
bc54579 is described below
commit bc54579657479ec14365271af8d6e2928eb24b72
Author: Renovate Bot <[email protected]>
AuthorDate: Sat Mar 5 13:10:11 2022 +0000
chore(deps): update gradle/wrapper-validation-action commit hash to 859c332
---
.github/workflows/build-postgresql.yml | 2 +-
.github/workflows/build.yml | 2 +-
.github/workflows/sonarqube.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 5066be1..3135dec 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -43,7 +43,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
+ uses:
gradle/wrapper-validation-action@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
- name: Verify MariaDB connection
run: |
while ! pg_isready -d postgres -U root -h 127.0.0.1 -p 5432 ; do
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1465077..82c2fc3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
+ uses:
gradle/wrapper-validation-action@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
- name: Verify MariaDB connection
run: |
while ! mysqladmin ping -h"127.0.0.1" -P3306 ; do
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index e22532e..2be81cd 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -27,6 +27,6 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
+ uses:
gradle/wrapper-validation-action@859c33240bd026ce8d5f711f5adcc65c2f8eafc1
- 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 --info -x rat -x test -x spotbugsMain
-x spotbugsTest -x spotbugsGenerated -x licenseMain -x licenseTest -x
checkstyleMain -x checkstyleTest --info --stacktrace build sonarqube