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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-03 11:08:40 +02:00
committed by GitHub
parent 4c4b3576a2
commit 4462d52a2f
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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