From dd2d5fa2fb478362169073be43ae62df2714c325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 03:45:36 +0000 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools from 5.29.2 to 5.29.6 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.29.2 to 5.29.6. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0...a28af45063d973fc5e77decb800a35c48b0838e3) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 18 +++++++++--------- .github/workflows/rc.yml | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3aff901f..bd71d115 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: Check dependabot build uses: Activiti/Activiti/.github/actions/check-ext-build@d50dea0ec2f4b06b26a8018e5b9083fbced01ed5 # 8.0.0-alpha.10 - name: Setup Helm Docs - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: version: 1.13.1 - name: Run Checkov @@ -40,7 +40,7 @@ jobs: with: framework: kubernetes - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: skip_checkout: true - name: Ensure SHA pinned actions @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build - uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: chart-dir: ${{ env.CHART_DIR }} @@ -72,19 +72,19 @@ jobs: - name: Parse next release id: helm-parse-next-release - uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 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@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 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@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }} chart-dir: ${{ env.CHART_DIR }} @@ -111,10 +111,10 @@ jobs: helm-repo-name: ${{ env.HELM_REPO_NAME }} helm-repo-url: ${{ env.HELM_REPO_BASE_URL }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: version: 1.13.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 env: GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} with: @@ -134,7 +134,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: channel-id: 'eng-hxp-studio-activiti-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }} diff --git a/.github/workflows/rc.yml b/.github/workflows/rc.yml index 916f93a5..5ba84133 100644 --- a/.github/workflows/rc.yml +++ b/.github/workflows/rc.yml @@ -24,13 +24,13 @@ jobs: - id: helm-package-chart name: Package Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: chart-dir: ${{ env.CHART_DIR }} - id: helm-publish-chart name: Publish Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }} helm-charts-repo: ${{ env.HELM_REPO }} @@ -54,7 +54,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@482f25ec9cb6ac522d5c03b21b6f8987d3cdb4f0 # v5.29.2 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@a28af45063d973fc5e77decb800a35c48b0838e3 # v5.29.6 with: channel-id: 'eng-hxp-studio-releases-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}