From 5bdc8f44c8330819d0105c8e9fd0352c56b84cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:29:19 +0000 Subject: [PATCH] chore(deps): bump liquibase-github-actions/drop-all Bumps [liquibase-github-actions/drop-all](https://github.com/liquibase-github-actions/drop-all) from 4.29.2 to 4.30.0. - [Release notes](https://github.com/liquibase-github-actions/drop-all/releases) - [Commits](https://github.com/liquibase-github-actions/drop-all/compare/v4.29.2...v4.30.0) --- updated-dependencies: - dependency-name: liquibase-github-actions/drop-all dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/aws.yml | 2 +- .github/workflows/azure.yml | 10 +++++----- .github/workflows/gcp.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 693f72e46..dd48cc214 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -195,7 +195,7 @@ jobs: sleep 30 liquibase --classpath="src/test/resources/init-changelogs/aws" --changeLogFile="${{ steps.setup.outputs.databasePlatform }}.sql" --username="root" --password="${{ env.TH_DB_PASSWD }}" --url="$mysql_url" update - - uses: liquibase-github-actions/drop-all@v4.29.2 + - uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ steps.setup.outputs.databasePlatform == 'oracle' }} with: url: "${{ secrets.TH_ORACLEURL_19 }}" diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index ad97c5b51..fd840e34c 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -56,7 +56,7 @@ jobs: run: lpm update && lpm add mysql - name: Clean Azure MySQL Database - uses: liquibase-github-actions/drop-all@v4.29.2 + uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ matrix.database == 'mysql' }} with: url: "${{secrets.TH_AZURE_MYSQL_URL}}" @@ -98,7 +98,7 @@ jobs: core.setOutput("databaseVersion", splitValues[1]); - name: Azure MSSQL dropAll - uses: liquibase-github-actions/drop-all@v4.29.2 + uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ steps.setup.outputs.databasePlatform == 'mssql' && steps.setup.outputs.databaseVersion == 'azure' }} with: url: "${{secrets.TH_AZURE_URL}}" @@ -120,7 +120,7 @@ jobs: url: "${{secrets.TH_AZURE_URL}}" - name: Azure MSSQL MI dropAll - uses: liquibase-github-actions/drop-all@v4.29.2 + uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ steps.setup.outputs.databasePlatform == 'mssql' && steps.setup.outputs.databaseVersion == 'mi' }} with: url: "${{secrets.TH_AZURE_MSSQL_MI_URL}}" @@ -142,7 +142,7 @@ jobs: url: "${{secrets.TH_AZURE_MSSQL_MI_URL}}" - name: Azure PostgreSQL Single Server dropAll - uses: liquibase-github-actions/drop-all@v4.29.2 + uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'azure' }} with: url: "${{secrets.TH_AZURE_POSTGRESQL_URL}}" @@ -209,7 +209,7 @@ jobs: uses: actions/checkout@v4 - name: Azure PostgreSQL Flexible Server dropAll - uses: liquibase-github-actions/drop-all@v4.29.2 + uses: liquibase-github-actions/drop-all@v4.30.0 with: url: ${{ secrets[env.TH_AZURE_POSTGRESQL_FLEXIBLE_SERVER_URL] }} username: "${{secrets.TH_DB_ADMIN}}" diff --git a/.github/workflows/gcp.yml b/.github/workflows/gcp.yml index 2eccac97b..861fd3370 100644 --- a/.github/workflows/gcp.yml +++ b/.github/workflows/gcp.yml @@ -57,7 +57,7 @@ jobs: run: lpm update && lpm add mysql - name: Clean GCP MySQL Database - uses: liquibase-github-actions/drop-all@v4.29.2 + uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ matrix.version == 'gcp' }} with: url: "${{ secrets.TH_GCP_MYSQL_8_0_URL }}" @@ -92,7 +92,7 @@ jobs: core.setOutput("databasePlatform", splitValues[0]); core.setOutput("databaseVersion", splitValues[1]); - - uses: liquibase-github-actions/drop-all@v4.29.2 + - uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' }} with: url: "${{ secrets[format('TH_GCP_POSTGRESQL_{0}_URL', steps.setup.outputs.databaseVersion)] }}" @@ -112,7 +112,7 @@ jobs: password: "${{secrets.TH_DB_PASSWD}}" url: "${{ secrets[format('TH_GCP_POSTGRESQL_{0}_URL', steps.setup.outputs.databaseVersion)] }}" - - uses: liquibase-github-actions/drop-all@v4.29.2 + - uses: liquibase-github-actions/drop-all@v4.30.0 if: ${{ steps.setup.outputs.databasePlatform == 'mssql' }} with: url: "${{ secrets.TH_GCP_MSSQL_2019_URL }}"