From c32b6d04d20f16eea12d5d7a14514ccf8d0b9426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:05:06 +0200 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 6.1.0 to 7.1.0 in /.github/actions/molecule_integration_ec2 (#960) [skip ci] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/molecule_integration_ec2/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/molecule_integration_ec2/action.yml b/.github/actions/molecule_integration_ec2/action.yml index 59d08066c..50e125fc9 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@209bb4275688720e13dc0703dbd17826bf677c5c # v6.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.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@209bb4275688720e13dc0703dbd17826bf677c5c # v6.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 with: sanitize: true max-length: 20