From cccbf9e557fb62c7ece19c58ca9b4420a8de01b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 03:42:06 +0000 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools from 3.2.1 to 3.3.3 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 3.2.1 to 3.3.3. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v3.2.1...v3.3.3) --- 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 | 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 16bdaa5c..c3f9d5ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,11 +36,11 @@ jobs: needs: check-ext-build runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.2.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.3.3 - uses: bridgecrewio/checkov-action@v12.1839.0 with: framework: kubernetes - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.2.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.3.3 build: runs-on: ubuntu-latest @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 - 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.3.3 with: chart-dir: ${{ env.CHART_DIR }} @@ -69,19 +69,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.3.3 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.3.3 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.3.3 with: version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }} chart-dir: ${{ env.CHART_DIR }} @@ -108,8 +108,8 @@ jobs: helm-repo-name: ${{ env.HELM_REPO_NAME }} helm-repo-url: ${{ env.HELM_REPO_BASE_URL }} - uses: actions/checkout@v4 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.2.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v3.2.1 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.3.3 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v3.3.3 env: GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} with: @@ -129,7 +129,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.3.3 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 97f6841c..21693096 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@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.3.3 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.3.3 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@v3.2.1 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.3.3 with: channel-id: 'eng-hxp-studio-releases-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}