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 f26377f9a Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.2
f26377f9a is described below
commit f26377f9a08ce958791eb15af8590d3b4d33b5cf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 26 05:08:54 2024 +0000
Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.2
Bumps
[gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action)
from 2.1.2 to 3.3.2.
- [Release
notes](https://github.com/gradle/wrapper-validation-action/releases)
-
[Commits](https://github.com/gradle/wrapper-validation-action/compare/b231772637bb498f11fdbc86052b6e8a8dc9fc92...216d1ad2b3710bf005dc39237337b9673fd8fcd5)
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 ea0caf6e8..44c34027d 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -26,7 +26,7 @@ jobs:
- name: Congfigure vega-cli
run: npm i -g vega-cli --unsafe
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92
+ uses:
gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5
- name: Install additional software
run: |
sudo apt-get update
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index bf1bf82dc..281add630 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -45,7 +45,7 @@ jobs:
- name: Congfigure vega-cli
run: npm i -g vega-cli --unsafe
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92
+ uses:
gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5
- 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 f11a0227f..2759f14a9 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -45,7 +45,7 @@ jobs:
- name: Congfigure vega-cli
run: npm i -g vega-cli --unsafe
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92
+ uses:
gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5
- 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 de4494085..9c1b1733a 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -46,7 +46,7 @@ jobs:
- name: Congfigure vega-cli
run: npm i -g vega-cli --unsafe
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92
+ uses:
gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5
- 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 750626afd..0755bc833 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -30,6 +30,6 @@ jobs:
distribution: 'zulu'
cache: gradle
- name: Validate Gradle wrapper
- uses:
gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92
+ uses:
gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5
- 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