From 4462d52a2f25d623e2325584b685448c131774b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 11:08:40 +0200 Subject: [PATCH] build(deps): Bump the github-actions group with 2 updates (#5127) Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Updates `crowdin/github-action` from 2.15.0 to 2.16.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/8818ff65bfc4322384f983ea37e3926948c11745...7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d) Updates `Alfresco/alfresco-build-tools` from 15.6.2 to 15.13.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/f4f88654f4529442e95151ad820016dd6f9f87ed...c9a680085778995856d8b0367dd7fa737b441b08) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 15.13.0 dependency-type: direct:production update-type: version-update:semver-minor 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 | 6 +++--- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index acc67e1dd..d0f716a96 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@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0 + uses: crowdin/github-action@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d # v2.16.0 with: upload_sources: false download_translations: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3ab822d11..a054402fe 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -163,7 +163,7 @@ jobs: id: 20 steps: - name: Free hosted runner disk space - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@f4f88654f4529442e95151ad820016dd6f9f87ed # v15.6.2 + uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@c9a680085778995856d8b0367dd7fa737b441b08 # v15.13.0 - name: Checkout uses: actions/checkout@v6 @@ -182,7 +182,7 @@ jobs: - name: Collect and push logs as artifact if: always() - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@f4f88654f4529442e95151ad820016dd6f9f87ed # v15.6.2 + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@c9a680085778995856d8b0367dd7fa737b441b08 # v15.13.0 with: log_retention: 7 log_name_identifier: "logs-${{ matrix.browser || 'chromium' }}-${{ matrix.e2e-suites.name }}" @@ -262,7 +262,7 @@ jobs: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@f4f88654f4529442e95151ad820016dd6f9f87ed #v15.6.2 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@c9a680085778995856d8b0367dd7fa737b441b08 #v15.13.0 - name: Check ADF link shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfcc210b4..3dea1a4de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,7 +167,7 @@ jobs: - uses: ./.github/actions/setup with: npm_tag: ${{ inputs.npm-tag }} - - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@f4f88654f4529442e95151ad820016dd6f9f87ed #v15.6.2 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@c9a680085778995856d8b0367dd7fa737b441b08 #v15.13.0 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }} @@ -223,7 +223,7 @@ jobs: uses: actions/checkout@v6 - name: Push Source Files to Crowdin - uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0 + uses: crowdin/github-action@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d # v2.16.0 with: upload_sources: true upload_sources_args: --delete-obsolete