Skip to content

Commit

Permalink
build(deps): bump Alfresco/alfresco-build-tools from 1.36.0 to 3.2.1 (#…
Browse files Browse the repository at this point in the history
…187)

Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 1.36.0 to 3.2.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v1.36.0...v3.2.1)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 4b1d815 commit 73d1eb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
needs: check-ext-build
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.36.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v3.2.1
- uses: bridgecrewio/[email protected]
with:
framework: kubernetes
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.36.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v3.2.1

build:
runs-on: ubuntu-latest
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v3.2.1
with:
chart-dir: ${{ env.CHART_DIR }}

Expand All @@ -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@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@v3.2.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@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@v3.2.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@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@v3.2.1
with:
version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }}
chart-dir: ${{ env.CHART_DIR }}
Expand All @@ -108,8 +108,8 @@ jobs:
helm-repo-name: ${{ env.HELM_REPO_NAME }}
helm-repo-url: ${{ env.HELM_REPO_BASE_URL }}
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v1.36.0
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@v1.36.0
- 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
env:
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
with:
Expand All @@ -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@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.2.1
with:
channel-id: 'eng-hxp-studio-activiti-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:

- id: helm-package-chart
name: Package Helm chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@v3.2.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@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@v3.2.1
with:
chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }}
helm-charts-repo: ${{ env.HELM_REPO }}
Expand All @@ -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@v1.36.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v3.2.1
with:
channel-id: 'eng-hxp-studio-releases-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}

0 comments on commit 73d1eb1

Please sign in to comment.