From 7e6d5134723deb844215dcdce14f4ac916585a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:25:38 +0200 Subject: [PATCH] build(deps): Bump the github-actions group (#5173) Bumps the github-actions group in /.github/actions/deploy-local-acs with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) Updates `Alfresco/alfresco-build-tools` from 15.13.0 to 17.6.1 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v15.13.0...v17.6.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 17.6.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/deploy-local-acs/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/deploy-local-acs/action.yml b/.github/actions/deploy-local-acs/action.yml index 0cc7db2c3..dd652923e 100644 --- a/.github/actions/deploy-local-acs/action.yml +++ b/.github/actions/deploy-local-acs/action.yml @@ -27,20 +27,20 @@ runs: version: "3.14.3" - name: Login to Docker Hub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ inputs.docker_username }} password: ${{ inputs.docker_password }} - name: Login to Quay.io - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: quay.io username: ${{ inputs.quay_username }} password: ${{ inputs.quay_password }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v15.13.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v17.6.1 with: ingress-nginx-ref: controller-v1.8.2 ingress-creation-timeout: 180s @@ -126,4 +126,4 @@ runs: --values .github/acs-deployment-values-override.yaml - name: Wait for pods to be ready - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v15.13.0 + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v17.6.1