-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #703 from liquibase/dependabot/github_actions/liqu…
…ibase-github-actions/drop-all-4.25.1 Bump liquibase-github-actions/drop-all from 4.25.0 to 4.25.1
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
run: lpm update && lpm add mysql | ||
|
||
- name: Clean AWS MySQL Database | ||
uses: liquibase-github-actions/[email protected].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ matrix.version == 'aws' }} | ||
with: | ||
url: "${{ secrets.TH_MYSQLURL_8_0 }}" | ||
|
@@ -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/[email protected].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ matrix.version == 'aurora' }} | ||
with: | ||
url: "${{ secrets.TH_AURORA_MYSQLURL }}" | ||
|
@@ -107,7 +107,7 @@ jobs: | |
core.setOutput("databasePlatform", splitValues[0]); | ||
core.setOutput("databaseVersion", splitValues[1]); | ||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'oracle' }} | ||
with: | ||
url: "${{ secrets.TH_ORACLEURL_19 }}" | ||
|
@@ -125,7 +125,7 @@ jobs: | |
password: "${{secrets.TH_DB_PASSWD}}" | ||
url: "${{ secrets.TH_ORACLEURL_19 }}" | ||
|
||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion != 'aurora' }} | ||
with: | ||
url: "${{ secrets[format('TH_PGRESURL_{0}', steps.setup.outputs.databaseVersion)] }}" | ||
|
@@ -143,7 +143,7 @@ jobs: | |
password: "${{secrets.TH_DB_PASSWD}}" | ||
url: "${{ secrets[format('TH_PGRESURL_{0}', steps.setup.outputs.databaseVersion)] }}" | ||
|
||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'mariadb' }} | ||
with: | ||
url: "${{ secrets.TH_MARIADBURL_10_6 }}" | ||
|
@@ -161,7 +161,7 @@ jobs: | |
password: "${{secrets.TH_DB_PASSWD}}" | ||
url: "${{ secrets.TH_MARIADBURL_10_6 }}" | ||
|
||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' }} | ||
with: | ||
url: "${{ secrets.TH_MSSQLURL }}" | ||
|
@@ -179,7 +179,7 @@ jobs: | |
password: "${{secrets.TH_DB_PASSWD}}" | ||
url: "${{ secrets.TH_MSSQLURL }}" | ||
|
||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'aurora' }} | ||
with: | ||
url: "${{ secrets.TH_AURORA_POSTGRESQLURL }}" | ||
|
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].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ matrix.database == 'mysql' }} | ||
with: | ||
url: "${{secrets.TH_AZURE_MYSQL_URL}}" | ||
|
@@ -96,7 +96,7 @@ jobs: | |
core.setOutput("databaseVersion", splitValues[1]); | ||
- name: Azure MSSQL dropAll | ||
uses: liquibase-github-actions/[email protected].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' && steps.setup.outputs.databaseVersion == 'azure' }} | ||
with: | ||
url: "${{secrets.TH_AZURE_URL}}" | ||
|
@@ -116,7 +116,7 @@ jobs: | |
url: "${{secrets.TH_AZURE_URL}}" | ||
|
||
- name: Azure MSSQL MI dropAll | ||
uses: liquibase-github-actions/[email protected].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' && steps.setup.outputs.databaseVersion == 'mi' }} | ||
with: | ||
url: "${{secrets.TH_AZURE_MSSQL_MI_URL}}" | ||
|
@@ -136,7 +136,7 @@ jobs: | |
url: "${{secrets.TH_AZURE_MSSQL_MI_URL}}" | ||
|
||
- name: Azure PostgreSQL Single Server dropAll | ||
uses: liquibase-github-actions/[email protected].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'azure' }} | ||
with: | ||
url: "${{secrets.TH_AZURE_POSTGRESQL_URL}}" | ||
|
@@ -156,7 +156,7 @@ jobs: | |
url: "${{secrets.TH_AZURE_POSTGRESQL_URL}}" | ||
|
||
- name: Azure PostgreSQL Flexible Server dropAll | ||
uses: liquibase-github-actions/[email protected].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' && steps.setup.outputs.databaseVersion == 'flexible' }} | ||
with: | ||
url: "${{secrets.TH_AZURE_POSTGRESQL_FLEXIBLE_SERVER_URL}}" | ||
|
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].0 | ||
uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ matrix.version == 'gcp' }} | ||
with: | ||
url: "${{ secrets.TH_GCP_MYSQL_8_0_URL }}" | ||
|
@@ -90,7 +90,7 @@ jobs: | |
core.setOutput("databasePlatform", splitValues[0]); | ||
core.setOutput("databaseVersion", splitValues[1]); | ||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'postgresql' }} | ||
with: | ||
url: "${{ secrets[format('TH_GCP_POSTGRESQL_{0}_URL', steps.setup.outputs.databaseVersion)] }}" | ||
|
@@ -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/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
if: ${{ steps.setup.outputs.databasePlatform == 'mssql' }} | ||
with: | ||
url: "${{ secrets.TH_GCP_MSSQL_2019_URL }}" | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: liquibase-github-actions/[email protected].0 | ||
- uses: liquibase-github-actions/[email protected].1 | ||
with: | ||
url: "${{secrets.TH_SNOW_URL}}" | ||
username: "${{secrets.TH_DB_ADMIN}}" | ||
|