mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
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](b9e51907a0...1a275c3b69
) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](74a5d14239...184bdaa072
) 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](11bd71901b...08c6903cd8
) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
12
.github/actions/deploy-local-acs/action.yml
vendored
12
.github/actions/deploy-local-acs/action.yml
vendored
@@ -18,25 +18,25 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
|
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
|
||||||
with:
|
with:
|
||||||
version: "3.14.3"
|
version: "3.14.3"
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
|
||||||
with:
|
with:
|
||||||
username: ${{ inputs.docker_username }}
|
username: ${{ inputs.docker_username }}
|
||||||
password: ${{ inputs.docker_password }}
|
password: ${{ inputs.docker_password }}
|
||||||
|
|
||||||
- name: Login to Quay.io
|
- name: Login to Quay.io
|
||||||
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
|
||||||
with:
|
with:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
username: ${{ inputs.quay_username }}
|
username: ${{ inputs.quay_username }}
|
||||||
password: ${{ inputs.quay_password }}
|
password: ${{ inputs.quay_password }}
|
||||||
|
|
||||||
- name: Setup cluster
|
- 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:
|
with:
|
||||||
ingress-nginx-ref: controller-v1.8.2
|
ingress-nginx-ref: controller-v1.8.2
|
||||||
ingress-creation-timeout: 180s
|
ingress-creation-timeout: 180s
|
||||||
@@ -61,7 +61,7 @@ runs:
|
|||||||
helm repo add elastic https://helm.elastic.co/
|
helm repo add elastic https://helm.elastic.co/
|
||||||
|
|
||||||
- name: Checkout acs-deployment sources
|
- name: Checkout acs-deployment sources
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
with:
|
with:
|
||||||
repository: Alfresco/acs-deployment
|
repository: Alfresco/acs-deployment
|
||||||
ref: v9.0.0
|
ref: v9.0.0
|
||||||
@@ -77,4 +77,4 @@ runs:
|
|||||||
--values .github/acs-deployment-values-override.yaml
|
--values .github/acs-deployment-values-override.yaml
|
||||||
|
|
||||||
- name: Wait for pods to be ready
|
- 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
|
||||||
|
Reference in New Issue
Block a user