diff --git a/.github/actions/molecule_integration_ec2/action.yml b/.github/actions/molecule_integration_ec2/action.yml index 50e125fc9..76127aed9 100644 --- a/.github/actions/molecule_integration_ec2/action.yml +++ b/.github/actions/molecule_integration_ec2/action.yml @@ -32,7 +32,7 @@ runs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} @@ -42,7 +42,7 @@ runs: cache-name: enterprise - name: Set BRANCH_NAME - uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: sanitize: true max-length: 20