diff --git a/.github/workflows/docker-compose-community.yml b/.github/workflows/docker-compose-community.yml index e5551bea3..614e7b417 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -7,7 +7,7 @@ on: paths: - 'docker-compose/community-docker-compose.yml' - 'test/postman/docker-compose/**' - - '.github/workflows/community-compose.yml' + - '.github/workflows/docker-compose-community.yml' push: branches: - 'master' @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.39.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 ba1b2d3a2..5f1f1b8a7 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -8,7 +8,7 @@ on: - '! docker-compose/community-docker-compose.yml' - 'docker-compose/**' - 'test/postman/docker-compose/**' - - '.github/workflows/enterprise-compose.yml' + - '.github/workflows/docker-compose-enterprise.yml' push: branches: - 'master' @@ -32,7 +32,7 @@ jobs: ) steps: - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v1.39.0 with: compose_file_path: docker-compose/${{ matrix.compose_file }} quay_username: ${{ secrets.QUAY_USERNAME }} diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index d5819f256..d5c43863b 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v1.38.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v1.39.0 - name: Community local deployment run: | helm dep up ./helm/alfresco-content-services diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 3ca2a472d..4cc777191 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -79,7 +79,7 @@ jobs: echo "app_version=$V" >> $GITHUB_OUTPUT echo "app_prefix=${SANITIZED_V}" >> $GITHUB_OUTPUT - uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@v1.39.0 with: skip_checkout: 'true' test_newman: 'true' diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 69c441f41..a20230c6a 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Publish chart uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v1.39.0 with: chart_name: ${{ matrix.charts }} github_token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index 6e0afa144..146742545 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -36,11 +36,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.39.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v1.39.0 with: plugin_url: https://github.com/helm-unittest/helm-unittest - run: | @@ -55,11 +55,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.39.0 with: chart-dir: helm/${{ matrix.charts.name }} - uses: >- - Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v1.38.0 + Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v1.39.0 with: chart-dir: helm/${{ matrix.charts.name }} helm-options: --values tests/values/test_values.yaml diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index 51a8e4da2..fc588d253 100644 --- a/.github/workflows/pre-commit-compose.yml +++ b/.github/workflows/pre-commit-compose.yml @@ -21,4 +21,4 @@ jobs: name: Run pre-commit runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.38.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.39.0 diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index 71bd982f7..1cc43096c 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -25,5 +25,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.38.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.39.0 - uses: pre-commit/action@v3.0.0