diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 79bb8739a..0caf3c204 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -52,9 +52,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.26.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.26.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -107,9 +107,9 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.26.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.26.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" diff --git a/.github/workflows/docker-compose-community.yml b/.github/workflows/docker-compose-community.yml index 9537276cb..9af1debeb 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.26.0 with: compose_file_path: docker-compose/community-docker-compose.yml diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index 514348ac7..e1f97f7eb 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Verify docker-compose uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v5.26.0 timeout-minutes: 10 with: compose_file_path: docker-compose/${{ matrix.compose_file }} diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 852212f18..cbe2030c2 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -68,7 +68,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.26.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index d7de2b1e8..19395c558 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.26.0 with: ingress-nginx-ref: controller-v1.8.2 metrics: "true" diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 1dc212cdf..75104c21b 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -20,7 +20,7 @@ jobs: - name: Publish chart uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v5.26.0 with: chart_name: alfresco-content-services github_token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index 44ad378c1..81021007e 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -40,11 +40,11 @@ jobs: - name: Checkout uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.26.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v5.26.0 with: plugin_url: https://github.com/helm-unittest/helm-unittest - name: Run Helm unit tests if present @@ -63,11 +63,11 @@ jobs: - name: Checkout uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v5.26.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.23.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v5.26.0 with: chart-dir: helm/${{ matrix.charts.name }} helm-options: >- diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index 2c10f0ba4..da0927443 100644 --- a/.github/workflows/pre-commit-compose.yml +++ b/.github/workflows/pre-commit-compose.yml @@ -24,4 +24,4 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v5.26.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index 4206f1e1b..c87028739 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 4.1.4 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.23.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v5.26.0 - name: Add dependency chart repos run: | for repo in $(yq eval-all \