From 3c4d0a2cff290dcf7f1ec74418aa95e2b7d814c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:36:07 +0000 Subject: [PATCH] chore(deps): bump Alfresco/alfresco-build-tools from 5.10.0 to 5.13.0 Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.10.0 to 5.13.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/f2259c2bb5ff4a5579d1a425cb130175a6459665...6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc) --- 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 | 10 +++++----- .github/workflows/cache-cleanup-on-merge.yml | 2 +- .github/workflows/versions-propagation-auto-merge.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e483d6b1f..773b63874 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@4db084fcbb13a288f3b66ac08fc50a5ab7f144ed # 8.0.0-alpha.10 - name: pre-commit - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 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@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/maven-build-and-tag@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 id: build-and-tag with: upload-jars: 'true' @@ -73,8 +73,8 @@ jobs: DEVELOPMENT_BRANCH: ${{ github.ref_name }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 - - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/jx-updatebot-pr@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 with: version: ${{ needs.build.outputs.version }} auto-merge: 'true' @@ -91,7 +91,7 @@ jobs: if: always() && failure() && github.event_name == 'push' steps: - name: Slack Notification - uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/send-slack-notification@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 with: channel-id: 'eng-hxp-studio-be-gh-notifs' token: ${{ secrets.SLACK_NOTIFICATION_BOT_TOKEN }} diff --git a/.github/workflows/cache-cleanup-on-merge.yml b/.github/workflows/cache-cleanup-on-merge.yml index 025adbbf8..c27cb0f64 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@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/gh-cache-cleanup-on-merge@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/versions-propagation-auto-merge.yml b/.github/workflows/versions-propagation-auto-merge.yml index 6dce5bf5d..c94a44f47 100644 --- a/.github/workflows/versions-propagation-auto-merge.yml +++ b/.github/workflows/versions-propagation-auto-merge.yml @@ -9,7 +9,7 @@ jobs: versions-propagation-auto-merge: runs-on: ubuntu-latest steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/automate-propagation@6bd620659ab8b1cac0a3b2ef3f514b1dd24086cc # v5.13.0 with: auto-merge-token: ${{ secrets.BOT_GITHUB_TOKEN }} approval-token: ${{ secrets.GITHUB_TOKEN }}