Skip to content

Commit

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

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

---
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 Nov 30, 2023
1 parent 59b41ed commit 78979cc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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@4db084fcbb13a288f3b66ac08fc50a5ab7f144ed # 8.0.0-alpha.10
- name: Setup Helm Docs
uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@8c2a3691aa49cd105f62c2983cda3089b82afe89 # v4.0.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
- name: Setup Kubepug
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@8c2a3691aa49cd105f62c2983cda3089b82afe89 # v4.0.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kubepug@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@8c2a3691aa49cd105f62c2983cda3089b82afe89 # v4.0.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
with:
skip_checkout: true
- name: Run Checkov
Expand All @@ -53,7 +53,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- uses: Alfresco/alfresco-build-tools/.github/actions/validate-maven-versions@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/validate-maven-versions@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
with:
maven-username: ${{ secrets.NEXUS_USERNAME }}
maven-password: ${{ secrets.NEXUS_PASSWORD }}
Expand All @@ -69,12 +69,12 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Build
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
with:
chart-dir: ${{ env.CHART_DIR }}

- name: Setup Cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@9cf7c9d178e9ab74bf533217febe4dafe73247f4 # v3.8.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0

- name: Compute Keycloak Client Secret
id: compute-keycloak-secret
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Package Helm Chart
id: package-helm-chart
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
with:
chart-dir: ${{ env.CHART_DIR }}

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

- name: Parse next release
id: helm-parse-next-release
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-parse-next-release@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.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@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/calculate-next-internal-version@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.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@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
with:
version: ${{ steps.calculate-next-internal-version.outputs.next-prerelease }}
chart-dir: ${{ env.CHART_DIR }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
RESULT=`yq '.alfresco-deployment-service.image.tag' values.yaml`
echo ${RESULT}
echo "result=${RESULT}" >> $GITHUB_OUTPUT
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
env:
ACTIVITI_CLOUD_COMMON_CHART_VERSION: ${{ steps.activiti-cloud-common-chart-version.outputs.result }}
ALFRESCO_DEPLOYMENT_SERVICE_VERSION: ${{ steps.alfresco-deployment-service-version.outputs.result }}
Expand All @@ -180,7 +180,7 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Slack Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.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@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-package-chart@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.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@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/helm-publish-chart@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.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@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.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@3741d4445541db169728841ebedb8725b51f0b45 # v3.2.1
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@049f1deac5540435764df0d563d592b89e14e0b4 # v4.1.0
with:
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }}
approval-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 78979cc

Please sign in to comment.