From f1018f98d0f1ef9ed637ced318da8a06f54150e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:16:50 +0000 Subject: [PATCH] chore(deps): bump Alfresco/alfresco-build-tools from 8.5.0 to 8.6.1 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 8.5.0 to 8.6.1. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/43b8dd18f509dc920089cdf54269f13a5c02022d...1713976b6d7dc48dfe74f441c9bf1ae9481cbb45) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/cache-cleanup-on-merge.yml | 2 +- .github/workflows/enforce-pr-conventions.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8dc103b1..a982dcbb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 with: skip_checkout: true - name: Ensure SHA pinned actions @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 id: build-and-tag with: upload-jars: 'true' @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 with: webhook-url: ${{ secrets.TEAMS_NOTIFICATION_AUTOMATE_BACKEND_WEBHOOK }} diff --git a/.github/workflows/cache-cleanup-on-merge.yml b/.github/workflows/cache-cleanup-on-merge.yml index f7568c971..b554e8539 100644 --- a/.github/workflows/cache-cleanup-on-merge.yml +++ b/.github/workflows/cache-cleanup-on-merge.yml @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/enforce-pr-conventions.yml b/.github/workflows/enforce-pr-conventions.yml index 7ed3a18be..43beab29e 100644 --- a/.github/workflows/enforce-pr-conventions.yml +++ b/.github/workflows/enforce-pr-conventions.yml @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 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]+)$ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb7d113aa..c9fd383e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 with: skip_checkout: true - name: Ensure SHA pinned actions @@ -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@1713976b6d7dc48dfe74f441c9bf1ae9481cbb45 # v8.6.1 with: username: ${{ secrets.BOT_GITHUB_USERNAME }} commit-message: "Release ${VERSION}"