From 7836aaf592e5a2772f904b48ef5d8e71b9c5f6ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:31:15 +0100 Subject: [PATCH] Bump Alfresco/alfresco-build-tools from 5.10.0 to 5.19.0 (#175) Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) from 5.10.0 to 5.19.0. - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/f2259c2bb5ff4a5579d1a425cb130175a6459665...9451f6b3f97da882d0e18e1c44696fe07adfa6c8) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [skip ci] --- .github/workflows/pre-checks.yml | 2 +- .github/workflows/prepare-next-release.yml | 18 +++++++++--------- .github/workflows/run-release.yml | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/pre-checks.yml b/.github/workflows/pre-checks.yml index d817f1cd..dbd511c7 100644 --- a/.github/workflows/pre-checks.yml +++ b/.github/workflows/pre-checks.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - 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@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: skip_checkout: true - name: Ensure SHA pinned actions diff --git a/.github/workflows/prepare-next-release.yml b/.github/workflows/prepare-next-release.yml index 88df0680..b576d00f 100644 --- a/.github/workflows/prepare-next-release.yml +++ b/.github/workflows/prepare-next-release.yml @@ -17,7 +17,7 @@ jobs: - name: Installing activiti-scripts uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/load-release-descriptor@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/load-release-descriptor@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 id: load-descriptor with: release-descriptor: release.yaml @@ -44,12 +44,12 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: update-to-next-version - uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: version: ${{ env.NEXT_VERSION }} repository-directory: repos/${{ matrix.repo }} - - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: username: ${{ secrets.BOT_GITHUB_USERNAME }} add-options: -u @@ -87,13 +87,13 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Update branch '${{env.BRANCH}}' to the next version - uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: new-version: ${{ env.NEXT_VERSION }} chart-repository-dir: ${{ env.REPO_DIR }} chart-dir: ${{ matrix.chart-dir }} - - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: username: ${{ secrets.BOT_GITHUB_USERNAME }} add-options: -u @@ -163,7 +163,7 @@ jobs: NEXUS_USERNAME: "${{ secrets.NEXUS_USERNAME }}" NEXUS_PASSWORD: "${{ secrets.NEXUS_PASSWORD }}" VERSION: ${{ steps.create-maintenance-branch.outputs.version }} - uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/maven-update-pom-version@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: version: ${{ env.VERSION }} repository-directory: ${{ env.REPO_DIR }} @@ -175,7 +175,7 @@ jobs: repo-path: ${{ env.REPO_DIR }} branch: ${{ steps.create-maintenance-branch.outputs.branch }} - - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 if: steps.create-maintenance-branch.outputs.exists == 'false' with: username: ${{ secrets.BOT_GITHUB_USERNAME }} @@ -227,7 +227,7 @@ jobs: - name: Update maintenance branch '${{env.BRANCH}}' to ${{ env.VERSION }} version if: steps.create-maintenance-branch.outputs.exists == 'false' - uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-update-chart-version@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 env: BRANCH: ${{steps.create-maintenance-branch.outputs.branch}} VERSION: ${{ steps.create-maintenance-branch.outputs.version }} @@ -243,7 +243,7 @@ jobs: repo-path: ${{ env.REPO_DIR }} branch: ${{ steps.create-maintenance-branch.outputs.branch }} - - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 if: steps.create-maintenance-branch.outputs.exists == 'false' with: username: ${{ secrets.BOT_GITHUB_USERNAME }} diff --git a/.github/workflows/run-release.yml b/.github/workflows/run-release.yml index ac1d8999..df112b3a 100644 --- a/.github/workflows/run-release.yml +++ b/.github/workflows/run-release.yml @@ -26,7 +26,7 @@ jobs: - name: Installing activiti-scripts uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/load-release-descriptor@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/load-release-descriptor@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 id: load-descriptor with: release-descriptor: release.yaml @@ -63,7 +63,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Release common chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: version: ${{ needs.load-release-info.outputs.version }} chart-dir: charts/common @@ -112,7 +112,7 @@ jobs: helm-repo-url: https://activiti.github.io/activiti-cloud-helm-charts - name: Release full chart - uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/helm-release-and-publish@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: version: ${{ needs.load-release-info.outputs.version }} chart-dir: ${{env.CHART_FILES_DIR}} @@ -130,7 +130,7 @@ jobs: steps: - name: create-staging-repository id: staging - uses: Alfresco/alfresco-build-tools/.github/actions/nexus-create-staging@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/nexus-create-staging@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: staging-description: Activiti staging ${{ needs.load-release-info.outputs.version }} nexus-profile-id: ${{ secrets.NEXUS_ACTIVITI7_PROFILE_ID }} @@ -140,7 +140,7 @@ jobs: - name: Checkout activiti-scripts uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/maven-release@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/maven-release@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: repo: Activiti/Activiti base-ref: ${{ needs.load-release-info.outputs.activiti-tag }} @@ -165,7 +165,7 @@ jobs: - name: Checkout activiti-scripts uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: Alfresco/alfresco-build-tools/.github/actions/maven-release@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/maven-release@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: repo: Activiti/activiti-cloud base-ref: ${{ needs.load-release-info.outputs.activiti-cloud-tag }} @@ -210,7 +210,7 @@ jobs: version: v3.5.2 - name: Set up rancher - uses: Alfresco/alfresco-build-tools/.github/actions/setup-rancher-cli@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + uses: Alfresco/alfresco-build-tools/.github/actions/setup-rancher-cli@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: url: ${{ secrets.RANCHER2_URL }} access-key: ${{ secrets.RANCHER2_ACCESS_KEY }} @@ -343,7 +343,7 @@ jobs: with: token: ${{ secrets.BOT_GITHUB_TOKEN }} - - uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/git-check-existing-tag@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 id: check-tag with: tag: ${{ env.RELEASE_VERSION }} @@ -356,7 +356,7 @@ jobs: echo "$STAGING_REPOSITORY_ID" > "$STAGING_REPOSITORY_FILE" yq -i e '.release.stagingRepository = env(STAGING_REPOSITORY_ID)' release.yaml - - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/git-commit-changes@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 with: username: ${{ secrets.BOT_GITHUB_USERNAME }} add-options: maven-config/staging-repository.txt release.yaml @@ -377,7 +377,7 @@ jobs: - create-scripts-tag steps: - - uses: Alfresco/alfresco-build-tools/.github/actions/nexus-close-staging@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/nexus-close-staging@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 if: needs.load-release-info.outputs.mock != 'true' with: version: ${{ needs.load-release-info.outputs.version }} @@ -385,7 +385,7 @@ jobs: nexus-username: ${{ secrets.NEXUS_USERNAME }} nexus-password: ${{ secrets.NEXUS_PASSWORD }} - - uses: Alfresco/alfresco-build-tools/.github/actions/nexus-release-staging@f2259c2bb5ff4a5579d1a425cb130175a6459665 # v5.10.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/nexus-release-staging@9451f6b3f97da882d0e18e1c44696fe07adfa6c8 # v5.19.0 if: needs.load-release-info.outputs.mock != 'true' with: version: ${{ needs.load-release-info.outputs.version }}