X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Fgerrit-novote-merge.yaml;fp=.github%2Fworkflows%2Fgerrit-novote-merge.yaml;h=644079747452dfa7e625502d97c78d7b04137f3e;hb=bd01576deddd324b76be025fe9348048893224bd;hp=5bd6982abbae51bcf8c2a255715fbc0e4d9f833d;hpb=125f882bfdefaec856c67d1be67bd070688e7a39;p=com%2Fpylog.git diff --git a/.github/workflows/gerrit-novote-merge.yaml b/.github/workflows/gerrit-novote-merge.yaml index 5bd6982..6440797 100644 --- a/.github/workflows/gerrit-novote-merge.yaml +++ b/.github/workflows/gerrit-novote-merge.yaml @@ -76,18 +76,9 @@ jobs: steps: - name: Run Tox verify # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-tox-verify.yaml@main + uses: lfit/releng-reusable-workflows/.github/actions/maven-build-action@main with: - GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }} - GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }} - GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }} - GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }} - GERRIT_EVENT_TYPE: ${{ inputs.GERRIT_EVENT_TYPE }} - GERRIT_PATCHSET_NUMBER: ${{ inputs.GERRIT_PATCHSET_NUMBER }} - GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }} - GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} - GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} - TOX_ENVS: '["py3"]' + tox-envs: '["py3"]' - name: Run SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master env: