From e720d28f0ef9126836d195e674cea14ba34d1ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 06:01:17 +0000 Subject: [PATCH] Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.2 to 3.3.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/b231772637bb498f11fdbc86052b6e8a8dc9fc92...460a3ca55fc5d559238a0efc7fa9f7465df8585d) --- 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..2047d603e4a 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@460a3ca55fc5d559238a0efc7fa9f7465df8585d - 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..a7300db8910 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@460a3ca55fc5d559238a0efc7fa9f7465df8585d - 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..d29a734a0b8 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@460a3ca55fc5d559238a0efc7fa9f7465df8585d - 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..00ea4027224 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@460a3ca55fc5d559238a0efc7fa9f7465df8585d - 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..6037843fce3 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@460a3ca55fc5d559238a0efc7fa9f7465df8585d - 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