Skip to content

Commit

Permalink
Bump liquibase/build-logic from 0.7.6 to 0.7.7 (#5880)
Browse files Browse the repository at this point in the history
Bumps [liquibase/build-logic](https://github.com/liquibase/build-logic) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/liquibase/build-logic/releases)
- [Changelog](https://github.com/liquibase/build-logic/blob/main/doc/os-extension-automated-release.md)
- [Commits](liquibase/build-logic@v0.7.6...v0.7.7)

---
updated-dependencies:
- dependency-name: liquibase/build-logic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 0b25416 commit 86d802c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
automated-os-extensions-release:
uses: liquibase/build-logic/.github/workflows/os-extension-automated-release.yml@v0.7.6
uses: liquibase/build-logic/.github/workflows/os-extension-automated-release.yml@v0.7.7
secrets: inherit
with:
version: ${{ inputs.version }}
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 @@ -407,7 +407,7 @@ jobs:
event-type: oss-released-tag

package:
uses: liquibase/build-logic/.github/workflows/package.yml@v0.7.6
uses: liquibase/build-logic/.github/workflows/package.yml@v0.7.7
needs: [ setup ]
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
sonar:
needs: [ build_tests, integration-test ]
uses: liquibase/build-logic/.github/workflows/sonar-test-scan.yml@v0.7.6
uses: liquibase/build-logic/.github/workflows/sonar-test-scan.yml@v0.7.7
with:
thisBranchName: ${{ needs.setup.outputs.thisBranchName }}
thisSha: ${{ needs.setup.outputs.thisSha }}
Expand Down

0 comments on commit 86d802c

Please sign in to comment.