Skip to content

Commit

Permalink
chore(deps): bump Alfresco/alfresco-build-tools from 8.5.0 to 8.6.2
Browse files Browse the repository at this point in the history
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 8.5.0 to 8.6.2.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@43b8dd1...c2ebfbb)

---
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 Dec 17, 2024
1 parent 03d0bc8 commit 815fea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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@7700f0283a9ff5181581a350d2520e55c61c1c60 # 8.6.0
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
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@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
- uses: Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
id: build-and-tag
with:
upload-jars: 'true'
Expand Down Expand Up @@ -99,6 +99,6 @@ jobs:
if: always() && failure() && github.event_name == 'push'
steps:
- name: Teams Notification
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
uses: Alfresco/alfresco-build-tools/.github/actions/send-teams-notification@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
with:
webhook-url: ${{ secrets.TEAMS_NOTIFICATION_AUTOMATE_BACKEND_WEBHOOK }}
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@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
- uses: Alfresco/alfresco-build-tools/.github/actions/gh-cache-cleanup-on-merge@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/enforce-pr-conventions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: enforce-pr-conventions
id: git-naming-convention
uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
with:
jira-project-key: AAE|HXOR
valid-branch-regex: ^(revert-|(improvement|fix|feature|test|tmp|release)\/(AAE|HXOR)-[0-9]+[_-]{1}[A-Za-z0-9._-]+|release\/[A-Za-z0-9]+)$
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check dependabot build
uses: Activiti/Activiti/.github/actions/check-ext-build@7700f0283a9ff5181581a350d2520e55c61c1c60 # 8.6.0
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
with:
skip_checkout: true
- name: Ensure SHA pinned actions
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Commit Changes
env:
VERSION: ${{ github.event.inputs.tag-name }}
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@43b8dd18f509dc920089cdf54269f13a5c02022d # v8.5.0
uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2
with:
username: ${{ secrets.BOT_GITHUB_USERNAME }}
commit-message: "Release ${VERSION}"
Expand Down

0 comments on commit 815fea5

Please sign in to comment.