Skip to content

Commit

Permalink
Bump liquibase-github-actions/drop-all from 4.23.2 to 4.24.0
Browse files Browse the repository at this point in the history
Bumps [liquibase-github-actions/drop-all](https://github.com/liquibase-github-actions/drop-all) from 4.23.2 to 4.24.0.
- [Release notes](https://github.com/liquibase-github-actions/drop-all/releases)
- [Commits](liquibase-github-actions/drop-all@v4.23.2...v4.24.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and KushnirykOleh committed Oct 13, 2023
1 parent 7738304 commit b0838dd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: lpm update && lpm add mysql

- name: Clean AWS MySQL Database
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ matrix.version == 'aws' }}
with:
url: "${{ secrets.TH_MYSQLURL_8_0 }}"
Expand All @@ -74,7 +74,7 @@ jobs:
run: liquibase --classpath="src/test/resources/init-changelogs/aws" --changeLogFile="${{ matrix.database }}.sql" --username="${{ secrets.TH_DB_ADMIN }}" --password="${{ secrets.TH_DB_PASSWD }}" --url="${{ secrets.TH_MYSQLURL_8_0 }}" update

- name: Clean Aurora MySQL Database
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ matrix.version == 'aurora' }}
with:
url: "${{ secrets.TH_AURORA_MYSQLURL }}"
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
core.setOutput("databasePlatform", splitValues[0]);
core.setOutput("databaseVersion", splitValues[1]);
- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'oracle' }}
with:
url: "${{ secrets.TH_ORACLEURL_19 }}"
Expand All @@ -125,7 +125,7 @@ jobs:
password: "${{secrets.TH_DB_PASSWD}}"
url: "${{ secrets.TH_ORACLEURL_19 }}"

- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion != 'aurora' }}
with:
url: "${{ secrets[format('TH_PGRESURL_{0}', steps.setup.outputs.databaseVersion)] }}"
Expand All @@ -143,7 +143,7 @@ jobs:
password: "${{secrets.TH_DB_PASSWD}}"
url: "${{ secrets[format('TH_PGRESURL_{0}', steps.setup.outputs.databaseVersion)] }}"

- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'mariadb' }}
with:
url: "${{ secrets.TH_MARIADBURL_10_6 }}"
Expand All @@ -161,7 +161,7 @@ jobs:
password: "${{secrets.TH_DB_PASSWD}}"
url: "${{ secrets.TH_MARIADBURL_10_6 }}"

- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' }}
with:
url: "${{ secrets.TH_MSSQLURL }}"
Expand All @@ -179,7 +179,7 @@ jobs:
password: "${{secrets.TH_DB_PASSWD}}"
url: "${{ secrets.TH_MSSQLURL }}"

- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'aurora' }}
with:
url: "${{ secrets.TH_AURORA_POSTGRESQLURL }}"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: lpm update && lpm add mysql

- name: Clean Azure MySQL Database
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ matrix.database == 'mysql' }}
with:
url: "${{secrets.TH_AZURE_MYSQL_URL}}"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
core.setOutput("databaseVersion", splitValues[1]);
- name: Azure MSSQL dropAll
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' && steps.setup.outputs.databaseVersion == 'azure' }}
with:
url: "${{secrets.TH_AZURE_URL}}"
Expand All @@ -116,7 +116,7 @@ jobs:
url: "${{secrets.TH_AZURE_URL}}"

- name: Azure MSSQL MI dropAll
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' && steps.setup.outputs.databaseVersion == 'mi' }}
with:
url: "${{secrets.TH_AZURE_MSSQL_MI_URL}}"
Expand All @@ -136,7 +136,7 @@ jobs:
url: "${{secrets.TH_AZURE_MSSQL_MI_URL}}"

- name: Azure PostgreSQL Single Server dropAll
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'azure' }}
with:
url: "${{secrets.TH_AZURE_POSTGRESQL_URL}}"
Expand All @@ -156,7 +156,7 @@ jobs:
url: "${{secrets.TH_AZURE_POSTGRESQL_URL}}"

- name: Azure PostgreSQL Flexible Server dropAll
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'flexible' }}
with:
url: "${{secrets.TH_AZURE_POSTGRESQL_FLEXIBLE_SERVER_URL}}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: lpm update && lpm add mysql

- name: Clean GCP MySQL Database
uses: liquibase-github-actions/drop-all@v4.23.2
uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ matrix.version == 'gcp' }}
with:
url: "${{ secrets.TH_GCP_MYSQL_8_0_URL }}"
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
core.setOutput("databasePlatform", splitValues[0]);
core.setOutput("databaseVersion", splitValues[1]);
- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' }}
with:
url: "${{ secrets[format('TH_GCP_POSTGRESQL_{0}_URL', steps.setup.outputs.databaseVersion)] }}"
Expand All @@ -108,7 +108,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.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' }}
with:
url: "${{ secrets.TH_GCP_MSSQL_2019_URL }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: liquibase-github-actions/drop-all@v4.23.2
- uses: liquibase-github-actions/drop-all@v4.24.0
with:
url: "${{secrets.TH_SNOW_URL}}"
username: "${{secrets.TH_DB_ADMIN}}"
Expand Down

0 comments on commit b0838dd

Please sign in to comment.