From 815fea5df2224196fbe26701bdbf4cbf0a8ee9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:26:48 +0000 Subject: [PATCH] chore(deps): bump Alfresco/alfresco-build-tools from 8.5.0 to 8.6.2 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](https://github.com/alfresco/alfresco-build-tools/compare/43b8dd18f509dc920089cdf54269f13a5c02022d...c2ebfbb418295b18eca057303a5881324be0de42) --- 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..472f4a657 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@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 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@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 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@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 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..72a6f795f 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@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/enforce-pr-conventions.yml b/.github/workflows/enforce-pr-conventions.yml index 7ed3a18be..016516ff2 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@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]+)$ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb7d113aa..9be36ded3 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@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 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@c2ebfbb418295b18eca057303a5881324be0de42 # v8.6.2 with: username: ${{ secrets.BOT_GITHUB_USERNAME }} commit-message: "Release ${VERSION}"