From b72402dcf1b89ac207c89c668daf90d84ce2162e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:48:03 +0000 Subject: [PATCH] Bump gradle/wrapper-validation-action from 2.1.2 to 3.5.0 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.2 to 3.5.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/b231772637bb498f11fdbc86052b6e8a8dc9fc92...f9c9c575b8b21b6485636a91ffecd10e558c62f6) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 ea0caf6e83e..fb87c782be3 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@f9c9c575b8b21b6485636a91ffecd10e558c62f6 - name: Install additional software run: | sudo apt-get update diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 586367f0fc7..a6ed7ba62e1 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@f9c9c575b8b21b6485636a91ffecd10e558c62f6 - 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 50a388633cf..c23a9a53bf5 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@f9c9c575b8b21b6485636a91ffecd10e558c62f6 - 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 c5093bd6b51..9d4edc63518 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@f9c9c575b8b21b6485636a91ffecd10e558c62f6 - 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 750626afde8..f4a37ae612b 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@f9c9c575b8b21b6485636a91ffecd10e558c62f6 - 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