Skip to content

Commit

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

Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.28.0 to 5.28.1.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@5d69aa4...0502f17)

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

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 Jun 17, 2024
1 parent d7e9c43 commit 895d6a6
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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@0502f171476b8af38e82ce87e5fba45ecd9b17d1 # v5.28.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@0502f171476b8af38e82ce87e5fba45ecd9b17d1 # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
- uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@0502f171476b8af38e82ce87e5fba45ecd9b17d1 # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@0502f171476b8af38e82ce87e5fba45ecd9b17d1 # v5.28.1

- name: Propagate
uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@0502f171476b8af38e82ce87e5fba45ecd9b17d1 # v5.28.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@5d69aa4df0b14964338b43535fadb318b4ff337b # v5.28.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@0502f171476b8af38e82ce87e5fba45ecd9b17d1 # v5.28.1
with:
channel-id: 'eng-hxp-studio-activiti-gh-notifs'
token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}

0 comments on commit 895d6a6

Please sign in to comment.