From b21a2267ac259fa00111c40792412a97507848f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:00:17 +0200 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools from 5.19.0 to 5.22.1 (#235) Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.19.0 to 5.22.1. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/9451f6b3f97da882d0e18e1c44696fe07adfa6c8...a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d5cf38f4..54c42998 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,13 +32,13 @@ 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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 - name: Run Checkov uses: bridgecrewio/checkov-action@e1bb78184f5dd3690fb1089d6c4f51295f9dff48 # v12.1839.0 with: framework: kubernetes - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 with: skip_checkout: true - name: Ensure SHA pinned actions @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Build - uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 with: chart-dir: ${{ env.CHART_DIR }} @@ -71,19 +71,19 @@ jobs: - name: Parse next release id: helm-parse-next-release - uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 with: version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }} chart-dir: ${{ env.CHART_DIR }} @@ -110,8 +110,8 @@ jobs: helm-repo-name: ${{ env.HELM_REPO_NAME }} helm-repo-url: ${{ env.HELM_REPO_BASE_URL }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 env: GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} with: @@ -131,7 +131,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 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 790d5499..2029008a 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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 with: chart-dir: ${{ env.CHART_DIR }} - id: helm-publish-chart name: Publish Helm chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1 with: channel-id: 'eng-hxp-studio-releases-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}