Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara authored Mar 13, 2024
1 parent 31da4c6 commit 3161d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: hv-actions/change-detection-builder@stable

- name: Build & Run unit-tests
uses: lumada-common-services/gh-composite-actions@HNC-554
uses: lumada-common-services/gh-composite-actions@a748aad86c664d913cbc6e7ecc58e9c04fa28297
with:
command: |
mvn clean verify -DskipTests=false -Daudit -amd \
Expand All @@ -134,7 +134,7 @@ jobs:
BASE_VERSION: "${{ inputs.base_version }}"

- name: Sonarqube scan
uses: lumada-common-services/gh-composite-actions@HNC-554
uses: lumada-common-services/gh-composite-actions@a748aad86c664d913cbc6e7ecc58e9c04fa28297
env:
sonar_utility: sonar-scanner
sonar_commands: '("-Dsonar.projectKey=${{env.SONAR_PROJECT_KEY}} -Dsonar.host.url=${{env.SONAR_HOST_URL}} -Dsonar.login=${{env.SONAR_LOGIN}} -Dsonar.pullrequest.key=${{github.event.number}} -Dsonar.pullrequest.branch=${{github.event.pull_request.head.ref}} -Dsonar.pullrequest.base=${{github.event.pull_request.base.ref}}")'
Expand Down

0 comments on commit 3161d5e

Please sign in to comment.