diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 892c8da1c2..82589df074 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -121,12 +121,7 @@ jobs: fetch-depth: 0 - name: Get branch name - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 - - - name: print branch name - shell: bash - run: | - echo "branch name: ${{ env.BRANCH_NAME }}" + uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 - name: Save commit message uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 @@ -519,7 +514,7 @@ jobs: echo "level=major" >> $GITHUB_OUTPUT verify-downstream: - needs: [determine-complexity] + needs: determine-complexity if: ${{ needs.determine-complexity.outputs.level == 'major' }} runs-on: ubuntu-latest steps: @@ -527,7 +522,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 1 - - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 - name: Tests - HxP Frontend uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7 # v4.0.0 with: