From 3e238fda91f77af474003d710323f16d5e4a7cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:49:33 +0200 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.16.0 to 5.31.0 (#327) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pre-commit.yaml | 4 ++-- .github/workflows/updatecli.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index c8459722..711fe8c5 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -23,13 +23,13 @@ jobs: Alfresco/alfresco-build-tools/ - name: Setup helm docs - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@4a622625f9863bb73651cab161bb01d30aaa1b52 # v5.16.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 - name: Install kubeconform helm plugin run: | helm plugin install https://github.com/jtyr/kubeconform-helm --version v0.1.12 - name: Run pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@4a622625f9863bb73651cab161bb01d30aaa1b52 # v5.16.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 with: auto-commit: "true" diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 0427abdd..cb4b47b9 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.16.0 + Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.31.0 - name: Login to quay.io uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 @@ -43,9 +43,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@4a622625f9863bb73651cab161bb01d30aaa1b52 # v5.16.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@4a622625f9863bb73651cab161bb01d30aaa1b52 # v5.16.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -71,7 +71,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.16.0 + Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.31.0 - name: Login to quay.io uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 @@ -101,9 +101,9 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@4a622625f9863bb73651cab161bb01d30aaa1b52 # v5.16.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@4a622625f9863bb73651cab161bb01d30aaa1b52 # v5.16.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0 with: pre-commit-args: helm-docs || true skip_checkout: "true"