Skip to content

Commit

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

Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.23.0 to 5.25.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@b3aa330...553490b)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 15, 2024
1 parent 8471f72 commit 7b5f2ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check dependabot build
uses: ./.github/actions/check-ext-build
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0
with:
skip_checkout: true
- name: Ensure SHA pinned actions
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0
with:
skip_checkout: true
- name: Ensure SHA pinned actions
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: 21
distribution: 'temurin'

- uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0
- uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0
id: update-pom-to-next-version

- name: Update VERSION file
Expand Down Expand Up @@ -91,10 +91,10 @@ jobs:
git push -f -q origin $VERSION
- name: Get branch name
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0

- name: Propagate
uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0
if: ${{ env.BRANCH_NAME == 'develop' }}
env:
DEVELOPMENT_BRANCH: ${{ github.ref_name }}
Expand All @@ -113,7 +113,7 @@ jobs:
if: always() && failure()
steps:
- name: Slack Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@b3aa3308ae1c2e2140c8a6d12f3001cd644313f7 # v5.23.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@553490b6434e1ec43ced9b321a04fadb91535d4c # v5.25.0
with:
channel-id: 'eng-hxp-studio-activiti-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}

0 comments on commit 7b5f2ce

Please sign in to comment.