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 3161d5e commit 7afc977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Retrieve settings file
id: common-maven
uses: pentaho/actions-common@HNC-571
uses: pentaho/actions-common@stable

- name: Copy settings.xml to .m2 directory
shell: sh
Expand Down 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@a748aad86c664d913cbc6e7ecc58e9c04fa28297
uses: lumada-common-services/gh-composite-actions@stable
with:
command: |
mvn clean verify -DskipTests=false -Daudit -amd \
Expand All @@ -124,7 +124,7 @@ jobs:
unit_test_report_path: '**/target/surefire-reports/*.xml'

- name: Run PDI plugin integration tests
uses: pentaho/actions-common@HNC-571
uses: pentaho/actions-common@stable
if: ${{ inputs.test_scenario_json }}
with:
changed_modules: "${{ steps.change_detection.outputs.changed_modules }}"
Expand All @@ -134,7 +134,7 @@ jobs:
BASE_VERSION: "${{ inputs.base_version }}"

- name: Sonarqube scan
uses: lumada-common-services/gh-composite-actions@a748aad86c664d913cbc6e7ecc58e9c04fa28297
uses: lumada-common-services/gh-composite-actions@stable
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 7afc977

Please sign in to comment.