Skip to content

Commit

Permalink
add aws region and update release rev
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-liquibase committed Dec 6, 2022
1 parent b1d90b5 commit d359e02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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/[email protected].3
uses: liquibase/build-logic/.github/workflows/[email protected].4
secrets: inherit

create-release:
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/[email protected].3
uses: liquibase/build-logic/.github/workflows/[email protected].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 @@ -97,5 +97,5 @@ jobs:
sonar-pr:
needs: [ unit-test ]
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@main
uses: liquibase/build-logic/.github/workflows/sonar-pull-request.yml@v0.2.4
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/sonar-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
AWS_REGION: "us-east-1"
run: |
mvn -B -Dsonar.login=$SONAR_TOKEN \
mvn -B -Daws.region="us-east-1" -Dsonar.login=$SONAR_TOKEN \
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }} \
clean verify sonar:sonar

0 comments on commit d359e02

Please sign in to comment.