Skip to content

Commit

Permalink
Merge pull request #517 from liquibase/DAT-15456
Browse files Browse the repository at this point in the history
chore(workflows): update liquibase build-logic workflows to version v…
  • Loading branch information
jandroav authored Jul 28, 2023
2 parents ec18901 + 71edd36 commit c6900aa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Attach Artifact to Release

on:
workflow_dispatch:
pull_request:
types:
- closed

jobs:

attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@main
uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.3.4
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].3
uses: liquibase/build-logic/.github/workflows/[email protected].4
secrets: inherit
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].3
uses: liquibase/build-logic/.github/workflows/[email protected].4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/snyk-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:

jobs:
security-scan:
uses: liquibase/build-logic/.github/workflows/[email protected].3
uses: liquibase/build-logic/.github/workflows/[email protected].4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
# This extension can not execute hibernete tests on Java 8/11. This needs to be fixed and then uncomment the following 2 lines and remove the build and unit-test logic from here
#uses: liquibase/build-logic/.github/workflows/[email protected].3
#uses: liquibase/build-logic/.github/workflows/[email protected].4
#secrets: inherit
name: Build & Package
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate6</artifactId>
<version>4.23.1</version>
<version>4.23.1-SNAPSHOT</version>

<name>Liquibase Hibernate Integration</name>
<description>Liquibase extension for hibernate integration including generating changesets based on changed
Expand All @@ -31,7 +31,7 @@
<scm>
<connection>scm:git:https://github.com/liquibase/liquibase-hibernate.git</connection>
<url>https://github.com/liquibase/liquibase-hibernate</url>
<tag>liquibase-hibernate6-4.23.1</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit c6900aa

Please sign in to comment.