From d2327a9a882967c6b3b652f29ce468751d7bc5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:42:32 -0400 Subject: [PATCH] build(deps): Bump the github-actions group (#4772) Bumps the github-actions group in /.github/actions/deploy-local-acs with 4 updates: [azure/setup-helm](https://github.com/azure/setup-helm), [docker/login-action](https://github.com/docker/login-action), [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) and [actions/checkout](https://github.com/actions/checkout). Updates `azure/setup-helm` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/b9e51907a09c216f16ebe8536097933489208112...1a275c3b69536ee54be43f2070a358922e12c8d4) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/74a5d142397b4f367a81961eba4e8cd7edddf772...184bdaa0721073962dff0199f1fb9940f07167d1) Updates `Alfresco/alfresco-build-tools` from 8.28.1 to 8.33.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.28.1...v8.33.0) Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 8.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 5.0.0 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/deploy-local-acs/action.yml b/.github/actions/deploy-local-acs/action.yml index b0882bfd4..4bced145d 100644 --- a/.github/actions/deploy-local-acs/action.yml +++ b/.github/actions/deploy-local-acs/action.yml @@ -18,25 +18,25 @@ inputs: runs: using: "composite" steps: - - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 + - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 with: version: "3.14.3" - name: Login to Docker Hub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 with: username: ${{ inputs.docker_username }} password: ${{ inputs.docker_password }} - name: Login to Quay.io - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.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@v8.31.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.33.0 with: ingress-nginx-ref: controller-v1.8.2 ingress-creation-timeout: 180s @@ -61,7 +61,7 @@ runs: helm repo add elastic https://helm.elastic.co/ - name: Checkout acs-deployment sources - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: Alfresco/acs-deployment ref: v9.0.0 @@ -77,4 +77,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@v8.28.1 + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v8.33.0