Skip to content

Commit

Permalink
chore(create-release.yml): update liquibase/build-logic to v0.3.4 in …
Browse files Browse the repository at this point in the history
…sonar job

chore(extension-attach-artifact-release.yml): update liquibase/build-logic to v0.3.4 in release-prepare job
chore(extension-attach-artifact-release.yml): update liquibase/build-logic to v0.3.4 in Get Reusable Script Files step
chore(os-extension-test.yml): update liquibase/build-logic to v0.3.4 in sonar-pr job
chore(pro-extension-test.yml): update liquibase/build-logic to v0.3.4 in sonar-pr job
  • Loading branch information
jandroav committed Jul 28, 2023
1 parent c46521d commit c758626
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
sonar:
uses: liquibase/build-logic/.github/workflows/sonar-push.yml@v0.3.3
uses: liquibase/build-logic/.github/workflows/sonar-push.yml@v0.3.4
secrets: inherit

create-release:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:

release-prepare:
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.3.3
uses: liquibase/build-logic/.github/workflows/extension-release-prepare.yml@v0.3.4
secrets: inherit

attach-to-release:
Expand All @@ -36,9 +36,9 @@ jobs:

- name: Get Reusable Script Files
run: |
curl -o $PWD/.github/get_draft_release.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.3/.github/get_draft_release.sh
curl -o $PWD/.github/sign_artifact.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.3/.github/sign_artifact.sh
curl -o $PWD/.github/upload_asset.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.3/.github/upload_asset.sh
curl -o $PWD/.github/get_draft_release.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.4/.github/get_draft_release.sh
curl -o $PWD/.github/sign_artifact.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.4/.github/sign_artifact.sh
curl -o $PWD/.github/upload_asset.sh https://raw.githubusercontent.com/liquibase/build-logic/v0.3.4/.github/upload_asset.sh
chmod +x $PWD/.github/get_draft_release.sh
chmod +x $PWD/.github/sign_artifact.sh
chmod +x $PWD/.github/upload_asset.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
sonar-pr:
needs: [ unit-test ]
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.3.3
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.3.4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pro-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
sonar-pr:
needs: [ unit-test ]
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.3.3
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.3.4
secrets: inherit

0 comments on commit c758626

Please sign in to comment.