From be8e9b7f45177158aefe29f445f6b715f642f760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 02:13:11 +0000 Subject: [PATCH] build(deps): bump Alfresco/alfresco-build-tools from 1.21.0 to 1.40.1 Bumps [Alfresco/alfresco-build-tools](https://github.com/Alfresco/alfresco-build-tools) from 1.21.0 to 1.40.1. - [Release notes](https://github.com/Alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/Alfresco/alfresco-build-tools/compare/v1.21.0...v1.40.1) --- 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/dependabot-auto-merge.yml | 2 +- .github/workflows/main.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 5dd4593cc9..2ed7055594 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -8,6 +8,6 @@ jobs: dependabot-auto-merge: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/automate-dependabot@v1.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/automate-dependabot@v1.40.1 with: token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f266b760a4..57df831c1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v1.40.1 build: runs-on: ubuntu-latest @@ -45,7 +45,7 @@ jobs: java-version: 11 distribution: 'temurin' - - uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v1.21.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/update-pom-to-next-pre-release@v1.40.1 id: update-pom-to-next-version if: github.event_name == 'push' @@ -113,7 +113,7 @@ jobs: - name: Install updatebot if: github.event_name == 'push' - uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatebot@v1.21.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatebot@v1.40.1 - name: Run updatebot if: github.event_name == 'push' @@ -134,7 +134,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v1.21.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@v1.40.1 with: channel-id: 'eng-hxp-studio-activiti-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }}