Skip to content

Commit

Permalink
chore(deps): bump Alfresco/alfresco-build-tools from 5.10.0 to 5.13.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.10.0 to 5.13.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@f2259c2...6bd6206)

---
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 Jan 22, 2024
1 parent 4819a9c commit 3c4d0a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check dependabot build
uses: Activiti/Activiti/.github/actions/check-ext-build@4db084fcbb13a288f3b66ac08fc50a5ab7f144ed # 8.0.0-alpha.10
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
with:
skip_checkout: true
- name: Ensure SHA pinned actions
Expand All @@ -49,7 +49,7 @@ jobs:
outputs:
version: ${{ steps.build-and-tag.outputs.version }}
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
- uses: Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
id: build-and-tag
with:
upload-jars: 'true'
Expand All @@ -73,8 +73,8 @@ jobs:
DEVELOPMENT_BRANCH: ${{ github.ref_name }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
- uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
with:
version: ${{ needs.build.outputs.version }}
auto-merge: 'true'
Expand All @@ -91,7 +91,7 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Slack Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
with:
channel-id: 'eng-hxp-studio-be-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}
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@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
- uses: Alfresco/alfresco-build-tools/.github/actions/gh-cache-cleanup-on-merge@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
with:
token: ${{ secrets.GITHUB_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@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0
- uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0
with:
auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }}
approval-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3c4d0a2

Please sign in to comment.