diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index c19c7838..74ff4e35 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -16,10 +16,10 @@ jobs: permissions: contents: write steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.1 - name: Install kubeconform helm plugin run: | helm plugin install https://github.com/jtyr/kubeconform-helm --version v0.1.12 - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.1 with: auto-commit: "true" diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index b7457f5d..1aa4f822 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -28,7 +28,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v3.6.0 + Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v3.6.1 - name: Login to quay.io uses: docker/login-action@v3 @@ -46,9 +46,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.1 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.1 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -74,7 +74,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v3.6.0 + Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v3.6.1 - name: Login to quay.io uses: docker/login-action@v3 @@ -106,9 +106,9 @@ jobs: QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.6.1 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.6.1 with: pre-commit-args: helm-docs || true skip_checkout: "true"