-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.1 to 4.29.2. - [Release notes](https://github.com/liquibase-github-actions/drop-all/releases) - [Commits](liquibase-github-actions/drop-all@v4.29.1...v4.29.2) --- updated-dependencies: - dependency-name: liquibase-github-actions/drop-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f156641
commit c702af1
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].1 | ||
- uses: liquibase-github-actions/[email protected].2 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'oracle' }} | ||
with: | ||
url: "${{ secrets.TH_ORACLEURL_19 }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
run: lpm update && lpm add mysql | ||
|
||
- name: Clean Azure MySQL Database | ||
uses: liquibase-github-actions/[email protected].1 | ||
uses: liquibase-github-actions/[email protected].2 | ||
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/[email protected].1 | ||
uses: liquibase-github-actions/[email protected].2 | ||
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/[email protected].1 | ||
uses: liquibase-github-actions/[email protected].2 | ||
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/[email protected].1 | ||
uses: liquibase-github-actions/[email protected].2 | ||
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/[email protected].1 | ||
uses: liquibase-github-actions/[email protected].2 | ||
with: | ||
url: ${{ secrets[env.TH_AZURE_POSTGRESQL_FLEXIBLE_SERVER_URL] }} | ||
username: "${{secrets.TH_DB_ADMIN}}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
run: lpm update && lpm add mysql | ||
|
||
- name: Clean GCP MySQL Database | ||
uses: liquibase-github-actions/[email protected].1 | ||
uses: liquibase-github-actions/[email protected].2 | ||
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/[email protected].1 | ||
- uses: liquibase-github-actions/[email protected].2 | ||
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/[email protected].1 | ||
- uses: liquibase-github-actions/[email protected].2 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' }} | ||
with: | ||
url: "${{ secrets.TH_GCP_MSSQL_2019_URL }}" | ||
|