diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 46ce7ff21..c383ef72e 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Install Updatecli - uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0 + uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v2.70.0 with: version: ${{ env.UPDATE_CLI_VERSION }} @@ -52,9 +52,9 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.3.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.3.0 with: pre-commit-args: helm-docs || true skip_checkout: "true" @@ -81,7 +81,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Install Updatecli - uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0 + uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v2.70.0 with: version: ${{ env.UPDATE_CLI_VERSION }} @@ -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@v8.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.3.0 - name: Regenerate helm docs if necessary - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.3.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 8b0518e1a..d6640a16a 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.3.0 with: compose_file_path: docker-compose/community-compose.yaml postman_path: test/postman/docker-compose diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index 81dc0ec21..ddf75c063 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Verify docker-compose uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.3.0 timeout-minutes: 10 with: postman_path: test/postman/docker-compose diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index b0765d1fc..7dc4a9e9e 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@v8.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.3.0 with: ingress-nginx-ref: controller-v1.8.2 diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 402f93c32..c040d8bee 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -85,7 +85,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.3.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 a16b8f6e9..996032dd9 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@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v8.3.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 ddae87927..6613e4797 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.3.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v8.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.3.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v8.1.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v8.3.0 with: chart-dir: helm/${{ matrix.charts.name }} helm-options: >- diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 2831a6035..ab4f5d078 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -35,6 +35,6 @@ jobs: disable_secrets: true config_path: .github/kics.yml - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 + uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1 with: sarif_file: report-dir/results.sarif diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index a9ba24cd6..241222428 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@v8.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.3.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index 72df6540d..b8b8276d8 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@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.1.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.3.0 - name: Add dependency chart repos run: | for repo in $(yq eval-all \