From 0f92eaf737e6a4cc365984d776af7b091713d231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:39:42 +0100 Subject: [PATCH] build(deps): Bump the github-actions group with 3 updates (#5073) Bumps the github-actions group with 3 updates: [crowdin/github-action](https://github.com/crowdin/github-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Updates `crowdin/github-action` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/b4b468cffefb50bdd99dd83e5d2eaeb63c880380...8818ff65bfc4322384f983ea37e3926948c11745) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `Alfresco/alfresco-build-tools` from 12.9.0 to 15.6.2 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/3768f40c71f5f9b0c4e6a507c8f87ed40d9b60c9...f4f88654f4529442e95151ad820016dd6f9f87ed) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 15.6.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-from-crowdin.yml | 2 +- .github/workflows/pull-request.yml | 12 ++++++------ .github/workflows/release.yml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index 0b55ca4d1..acc67e1dd 100644 --- a/.github/workflows/pull-from-crowdin.yml +++ b/.github/workflows/pull-from-crowdin.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Pull translations from Crowdin - uses: crowdin/github-action@b4b468cffefb50bdd99dd83e5d2eaeb63c880380 # v2.14.0 + uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0 with: upload_sources: false download_translations: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b44b4c270..a4b4b6d21 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,7 +44,7 @@ jobs: - run: npm ci - name: upload npm logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: npm-logs @@ -75,7 +75,7 @@ jobs: - uses: ./.github/actions/before-install - run: npm ci - name: upload npm logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: npm-logs @@ -107,7 +107,7 @@ jobs: - uses: ./.github/actions/before-install - run: npm ci - name: upload npm logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: npm-logs @@ -174,7 +174,7 @@ jobs: id: 19 steps: - name: Free hosted runner disk space - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@3768f40c71f5f9b0c4e6a507c8f87ed40d9b60c9 # v12.9.0 + uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@f4f88654f4529442e95151ad820016dd6f9f87ed # v15.6.2 - name: Checkout uses: actions/checkout@v6 @@ -199,7 +199,7 @@ jobs: - name: Collect and push logs as artifact if: always() - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@3768f40c71f5f9b0c4e6a507c8f87ed40d9b60c9 # v12.9.0 + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@f4f88654f4529442e95151ad820016dd6f9f87ed # v15.6.2 with: log_retention: 7 log_name_identifier: "logs-${{ matrix.browser || 'chromium' }}-${{ matrix.e2e-suites.name }}" @@ -273,7 +273,7 @@ jobs: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@3768f40c71f5f9b0c4e6a507c8f87ed40d9b60c9 #v12.9.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@f4f88654f4529442e95151ad820016dd6f9f87ed #v15.6.2 - name: Check ADF link shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f351a25c8..673917eab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -191,7 +191,7 @@ jobs: - uses: ./.github/actions/setup with: npm_tag: ${{ inputs.npm-tag }} - - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@3768f40c71f5f9b0c4e6a507c8f87ed40d9b60c9 #v12.9.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@f4f88654f4529442e95151ad820016dd6f9f87ed #v15.6.2 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }} @@ -253,7 +253,7 @@ jobs: uses: actions/checkout@v6 - name: Push Source Files to Crowdin - uses: crowdin/github-action@b4b468cffefb50bdd99dd83e5d2eaeb63c880380 # v2.14.0 + uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0 with: upload_sources: true upload_sources_args: --delete-obsolete