From 0cfc5edb3cc65088ec6d553afc187bf2cf76992a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:59:06 +0000 Subject: [PATCH] chore(deps): bump Alfresco/alfresco-build-tools from 3.2.1 to 3.8.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 3.2.1 to 3.8.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v3.2.1...v3.8.0) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 22 +++++++++---------- .github/workflows/rc.yml | 6 ++--- .../versions-propagation-auto-merge.yml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 915c5a65..b688c952 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,9 +33,9 @@ jobs: runs-on: ubuntu-latest needs: check-bot-build steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.2.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@v3.2.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.2.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.8.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@v3.8.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.8.0 - uses: bridgecrewio/checkov-action@v12.1839.0 with: framework: kubernetes @@ -56,12 +56,12 @@ jobs: run: echo "name=gh-$REPO_NAME-$RUN_ID" >> $GITHUB_OUTPUT - name: Build - uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.8.0 with: chart-dir: ${{ env.CHART_DIR }} - name: Execute dry run - uses: Alfresco/alfresco-build-tools/.github/actions/helm-integration-tests@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-integration-tests@v3.8.0 with: chart-dir: ${{ env.CHART_DIR }} test-rancher-url: ${{ secrets.RANCHER2_URL }} @@ -72,7 +72,7 @@ jobs: - name: Package Helm Chart id: package-helm-chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.8.0 with: chart-dir: ${{ env.CHART_DIR }} @@ -86,19 +86,19 @@ jobs: - name: Parse next release id: helm-parse-next-release - uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@v3.8.0 with: chart-dir: ${{ env.CHART_DIR }} - id: calculate-next-internal-version name: Calculate next internal release - uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v3.8.0 with: next-version: ${{ steps.helm-parse-next-release.outputs.next-release }} - id: helm-release-and-publish name: Release and publish helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@v3.8.0 with: version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }} chart-dir: ${{ env.CHART_DIR }} @@ -119,7 +119,7 @@ jobs: DEVELOPMENT_BRANCH: ${{ github.ref_name }} steps: - uses: actions/checkout@v3 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v3.2.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v3.8.0 with: version: ${{ env.VERSION }} auto-merge: 'true' @@ -138,7 +138,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.8.0 with: channel-id: 'eng-hxp-studio-be-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }} diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 3ed40879..bc962c44 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -22,13 +22,13 @@ jobs: - id: helm-package-chart name: Package Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.8.0 with: chart-dir: ${{ env.CHART_DIR }} - id: helm-publish-chart name: Publish Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v3.8.0 with: chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }} helm-charts-repo: ${{ env.HELM_REPO }} @@ -45,7 +45,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.8.0 with: channel-id: 'eng-hxp-studio-releases-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }} diff --git a/.github/workflows/versions-propagation-auto-merge.yml b/.github/workflows/versions-propagation-auto-merge.yml index 57f13cc8..29157410 100644 --- a/.github/workflows/versions-propagation-auto-merge.yml +++ b/.github/workflows/versions-propagation-auto-merge.yml @@ -9,7 +9,7 @@ jobs: versions-propagation-auto-merge: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@v3.2.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@v3.8.0 with: auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }} approval-token: ${{ secrets.GITHUB_TOKEN }}