Skip to content

Commit

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

Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.19.0 to 5.22.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@9451f6b...a3f5a4a)

---
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 Apr 3, 2024
1 parent a658b11 commit 47053bb
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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1
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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0
- uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1
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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1

- name: Propagate
uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1
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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@a3f5a4ae53302e9a1f9dc728dee0f4069c1bc584 # v5.22.1
with:
channel-id: 'eng-hxp-studio-activiti-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}

0 comments on commit 47053bb

Please sign in to comment.