From 47c3255db8c31a88430aa4870e2eb4b9d566e539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:55:47 +0000 Subject: [PATCH] chore(deps): bump Alfresco/alfresco-build-tools from 5.22.3 to 5.25.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.22.3 to 5.25.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/dc4c1f4e94307af7a916d0ca8c5e2592521d9470...553490b6434e1ec43ced9b321a04fadb91535d4c) --- 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/enforce-pr-conventions.yml | 2 +- .github/workflows/main.yml | 22 +++++++++---------- .github/workflows/rc.yml | 6 ++--- .../versions-propagation-auto-merge.yml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/enforce-pr-conventions.yml b/.github/workflows/enforce-pr-conventions.yml index 0cfe4af1..6a69b764 100644 --- a/.github/workflows/enforce-pr-conventions.yml +++ b/.github/workflows/enforce-pr-conventions.yml @@ -17,6 +17,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: enforce-pr-conventions id: git-naming-convention - uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: jira-project-key: AAE|HXOR diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91bce711..7d552966 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,11 +27,11 @@ jobs: - name: Check dependabot build uses: Activiti/Activiti/.github/actions/check-ext-build@4db084fcbb13a288f3b66ac08fc50a5ab7f144ed # 8.0.0-alpha.10 - name: Setup Helm Docs - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 - name: Setup Kubepug - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: skip_checkout: true - name: Run Checkov @@ -50,12 +50,12 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Build - uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: chart-dir: ${{ env.CHART_DIR }} - name: Setup Cluster - uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 - name: Compute Keycloak Client Secret id: compute-keycloak-secret @@ -80,7 +80,7 @@ jobs: - name: Package Helm Chart id: package-helm-chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: chart-dir: ${{ env.CHART_DIR }} @@ -94,19 +94,19 @@ jobs: - name: Parse next release id: helm-parse-next-release - uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.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@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.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@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }} chart-dir: ${{ env.CHART_DIR }} @@ -127,7 +127,7 @@ jobs: DEVELOPMENT_BRANCH: ${{ github.ref_name }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: version: ${{ env.VERSION }} auto-merge: 'true' @@ -146,7 +146,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.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 6262e085..43ff7d0e 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@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.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@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.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@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.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 e3b4bbaf..3d50abdf 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@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0 with: auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }} approval-token: ${{ secrets.GITHUB_TOKEN }}