-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(create-release.yml): update version of sonar-push.yml to v0.6.2…
… for better compatibility (#157) chore(extension-attach-artifact-release.yml): update version of get_draft_release.sh, sign_artifact.sh, and upload_asset.sh to v0.6.2 for better compatibility chore(extension-release-prepare.yml): update version of extension-release-rollback.yml to v0.6.2 for better compatibility chore(extension-release-published.yml): update version of extension-release-prepare.yml to v0.6.2 for better compatibility chore(os-extension-test.yml): update version of sonar-pull-request.yml to v0.6.2 for better compatibility chore(package-linux.yml): update version of package-deb-pom.xml and sign_artifact.sh to v0.6.2 for better compatibility chore(pom-release-published.yml): update version of extension-release-prepare.yml to v0.6.2 for better compatibility chore(pro-extension-test.yml): update version of sonar-pull-request.yml to v0.6.2 for better compatibility
- Loading branch information
Showing
8 changed files
with
23 additions
and
23 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
|
||
jobs: | ||
sonar: | ||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | ||
uses: liquibase/build-logic/.github/workflows/[email protected].2 | ||
secrets: inherit | ||
with: | ||
extraCommand: ${{ inputs.extraCommand }} | ||
|
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
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 |
---|---|---|
|
@@ -107,7 +107,7 @@ jobs: | |
release-rollback: | ||
needs: prepare-release | ||
if: ${{ always() && contains(needs.*.result, 'failure') }} | ||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | ||
uses: liquibase/build-logic/.github/workflows/[email protected].2 | ||
secrets: inherit | ||
with: | ||
extraCommand: ${{ inputs.extraCommand }} |
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ on: | |
|
||
jobs: | ||
maven-release: | ||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | ||
uses: liquibase/build-logic/.github/workflows/[email protected].2 | ||
secrets: inherit | ||
with: | ||
extraCommand: ${{ inputs.extraCommand }} | ||
|
@@ -157,19 +157,19 @@ jobs: | |
path: ${{ github.event.repository.name }} | ||
repository: "liquibase/${{ github.event.repository.name }}" | ||
|
||
|
||
- name: Configure AWS credentials | ||
uses: aws-actions/configure-aws-credentials@v4 | ||
with: | ||
role-to-assume: ${{ secrets.AWS_PROD_GITHUB_OIDC_ROLE_ARN_BUILD_LOGIC }} | ||
aws-region: us-east-1 | ||
|
||
- name: Upload to s3 | ||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.LIQUIBASEORIGIN_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.LIQUIBASEORIGIN_SECRET_ACCESS_KEY }} | ||
AWS_DEFAULT_REGION: us-east-1 | ||
# aws s3 sync syncs directories and S3 prefixes. | ||
run: | | ||
aws s3 sync ${{ github.event.repository.name }}/src/main/resources/www.liquibase.org/xml/ns/${{ inputs.nameSpace }}/ s3://liquibaseorg-origin/xml/ns/${{ inputs.nameSpace }}/ --content-type application/octet-stream --only-show-errors | ||
- name: Index.htm file upload | ||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.LIQUIBASEORIGIN_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.LIQUIBASEORIGIN_SECRET_ACCESS_KEY }} | ||
AWS_DEFAULT_REGION: us-east-1 | ||
# List all xsd and htm files in repository. Copy index.htm to temporary folder | ||
# Add links for all xsd files to index.htm file (except liquibase-${{ inputs.nameSpace }}-latest.xsd and index.htm) | ||
# Sync index.htm with the s3 | ||
|
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 |
---|---|---|
|
@@ -203,7 +203,7 @@ jobs: | |
sonar-pr: | ||
if: ${{ !inputs.nightly }} | ||
needs: [ unit-test ] | ||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | ||
uses: liquibase/build-logic/.github/workflows/[email protected].2 | ||
secrets: inherit | ||
with: | ||
extraCommand: ${{ inputs.extraCommand }} |
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
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 |
---|---|---|
|
@@ -68,5 +68,5 @@ jobs: | |
maven-release: | ||
needs: release | ||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | ||
uses: liquibase/build-logic/.github/workflows/[email protected].2 | ||
secrets: inherit |
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 |
---|---|---|
|
@@ -263,7 +263,7 @@ jobs: | |
sonar-pr: | ||
if: ${{ !inputs.nightly }} | ||
needs: [ unit-test ] | ||
uses: liquibase/build-logic/.github/workflows/[email protected].1 | ||
uses: liquibase/build-logic/.github/workflows/[email protected].2 | ||
secrets: inherit | ||
with: | ||
extraCommand: ${{ inputs.extraCommand }} |