Skip to content

Commit

Permalink
chore(deps): bump Alfresco/alfresco-build-tools from 5.22.3 to 5.28.0
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.22.3 to 5.28.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@dc4c1f4...5d69aa4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 1f426a3 commit 44a72a6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-pr-conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
jira-project-key: AAE|HXOR
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Check dependabot build
uses: Activiti/Activiti/.github/actions/check-ext-build@d50dea0ec2f4b06b26a8018e5b9083fbced01ed5 # 8.5.0
- 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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
skip_checkout: true
- name: Run Checkov
Expand All @@ -50,12 +50,12 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- 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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0

- name: Compute Keycloak Client Secret
id: compute-keycloak-secret
Expand All @@ -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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
chart-dir: ${{ env.CHART_DIR }}

Expand All @@ -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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }}
chart-dir: ${{ env.CHART_DIR }}
Expand All @@ -127,7 +127,7 @@ jobs:
DEVELOPMENT_BRANCH: ${{ github.ref_name }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@dc4c1f4e94307af7a916d0ca8c5e2592521d9470 # v5.22.3
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
version: ${{ env.VERSION }}
auto-merge: 'true'
Expand All @@ -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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
channel-id: 'eng-hxp-studio-be-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 @@ -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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }}
helm-charts-repo: ${{ env.HELM_REPO }}
Expand All @@ -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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
channel-id: 'eng-hxp-studio-releases-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/versions-propagation-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
with:
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }}
approval-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 44a72a6

Please sign in to comment.