Skip to content

Commit

Permalink
chore(deps): bump Alfresco/alfresco-build-tools from 8.6.1 to 8.6.3
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 8.6.1 to 8.6.3.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@1713976...7a39cf2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 625ef0b commit f4131e7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
cleanup:
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/gh-cache-cleanup-on-merge@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
- uses: Alfresco/alfresco-build-tools/.github/actions/gh-cache-cleanup-on-merge@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: enforce-pr-conventions
id: git-naming-convention
uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
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 @@ -28,11 +28,11 @@ jobs:
- name: Check dependabot build
uses: Activiti/Activiti/.github/actions/check-ext-build@7700f0283a9ff5181581a350d2520e55c61c1c60 # 8.6.0
- name: Setup Helm Docs
uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
version: 1.13.1
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
skip_checkout: true
- name: Run Checkov
Expand All @@ -54,7 +54,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-validate-
- uses: Alfresco/alfresco-build-tools/.github/actions/validate-maven-versions@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
- uses: Alfresco/alfresco-build-tools/.github/actions/validate-maven-versions@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
maven-username: ${{ secrets.NEXUS_USERNAME }}
maven-password: ${{ secrets.NEXUS_PASSWORD }}
Expand All @@ -77,12 +77,12 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Build
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
chart-dir: ${{ env.CHART_DIR }}

- name: Setup Cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3

- name: Compute Keycloak Client Secret
id: compute-keycloak-secret
Expand All @@ -107,7 +107,7 @@ jobs:
- name: Package Helm Chart
id: package-helm-chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
chart-dir: ${{ env.CHART_DIR }}

Expand All @@ -121,19 +121,19 @@ jobs:

- name: Parse next release
id: helm-parse-next-release
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }}
chart-dir: ${{ env.CHART_DIR }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
MODELING_VERSION=`yq '.alfresco-modeling-service.image.tag' values.yaml`
echo ${MODELING_VERSION}
echo "modeling=${MODELING_VERSION}" >> $GITHUB_OUTPUT
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
env:
ACTIVITI_CLOUD_COMMON_CHART_VERSION: ${{ steps.get-versions.outputs.chart }}
ALFRESCO_DEPLOYMENT_SERVICE_VERSION: ${{ steps.get-versions.outputs.deployment }}
Expand All @@ -191,6 +191,6 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Teams Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
webhook-url: ${{ secrets.TEAMS_NOTIFICATION_AUTOMATE_BACKEND_WEBHOOK }}
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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
chart-package: ${{ steps.helm-package-chart.outputs.package-file-path }}
helm-charts-repo: ${{ env.HELM_REPO }}
Expand All @@ -45,6 +45,6 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Teams Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
webhook-url: ${{ secrets.TEAMS_NOTIFICATION_AUTOMATE_BACKEND_WEBHOOK }}
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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@7a39cf2617f973b673bde0bad0e40593dadfd824 # v8.6.3
with:
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }}
approval-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4131e7

Please sign in to comment.