Skip to content

Commit

Permalink
Merge branch 'main' into v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert authored May 10, 2024
2 parents 1513901 + 4294273 commit aad85d3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/[email protected].6
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
create-release:
uses: liquibase/build-logic/.github/workflows/[email protected].6
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/lth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: mvn -B -ntp -DdbPassword=${{env.TF_VAR_DBX_TOKEN}} -DdbUrl='${{env.DATABRICKS_URL}}' -Dtest=liquibase.ext.databricks.${{ matrix.liquibase-support-level }}ExtensionHarnessTestSuite test # Run the Liquibase test harness at each test level

- name: Test Reporter # Generate a test report using the Test Reporter action
uses: dorny/[email protected].0
uses: dorny/[email protected].1
if: always() # Run the action even if the previous steps fail
with:
name: Liquibase Test Harness - ${{ matrix.liquibase-support-level }} Reports # Set the name of the test report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
release:
uses: liquibase/build-logic/.github/workflows/[email protected].6
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected].6
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit

dependabot-automerge:
needs: build-test
uses: liquibase/build-logic/.github/workflows/[email protected].6
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
<dependency>
<groupId>com.databricks</groupId>
<artifactId>databricks-jdbc</artifactId>
<version>2.6.36</version>
<version>2.6.38</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit aad85d3

Please sign in to comment.