Skip to content

Commit

Permalink
Bump Alfresco/alfresco-build-tools from 5.12.0 to 5.14.3 (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 931cf9e commit c9ae68d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
Alfresco/alfresco-build-tools/
- name: Setup helm docs
uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@bdb06e257241e89e25a0e88653095fdb5a1fc4b6 # v5.12.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@d50e824f3a7c795b6e72ccc5a04471bc58902bf0 # v5.14.3

- 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@bdb06e257241e89e25a0e88653095fdb5a1fc4b6 # v5.12.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@d50e824f3a7c795b6e72ccc5a04471bc58902bf0 # v5.14.3
with:
auto-commit: "true"
12 changes: 6 additions & 6 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.12.0
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.14.3
- name: Login to quay.io
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Expand All @@ -48,9 +48,9 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@bdb06e257241e89e25a0e88653095fdb5a1fc4b6 # v5.12.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@d50e824f3a7c795b6e72ccc5a04471bc58902bf0 # v5.14.3
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@bdb06e257241e89e25a0e88653095fdb5a1fc4b6 # v5.12.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@d50e824f3a7c795b6e72ccc5a04471bc58902bf0 # v5.14.3
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand All @@ -76,7 +76,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.12.0
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v5.14.3
- name: Login to quay.io
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Expand Down Expand Up @@ -108,9 +108,9 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@bdb06e257241e89e25a0e88653095fdb5a1fc4b6 # v5.12.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@d50e824f3a7c795b6e72ccc5a04471bc58902bf0 # v5.14.3
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@bdb06e257241e89e25a0e88653095fdb5a1fc4b6 # v5.12.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@d50e824f3a7c795b6e72ccc5a04471bc58902bf0 # v5.14.3
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand Down

0 comments on commit c9ae68d

Please sign in to comment.