mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
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:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Pull translations from Crowdin
|
- name: Pull translations from Crowdin
|
||||||
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
|
uses: crowdin/github-action@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d # v2.16.0
|
||||||
with:
|
with:
|
||||||
upload_sources: false
|
upload_sources: false
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ jobs:
|
|||||||
id: 20
|
id: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Free hosted runner disk space
|
- 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
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -182,7 +182,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Collect and push logs as artifact
|
- name: Collect and push logs as artifact
|
||||||
if: always()
|
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:
|
with:
|
||||||
log_retention: 7
|
log_retention: 7
|
||||||
log_name_identifier: "logs-${{ matrix.browser || 'chromium' }}-${{ matrix.e2e-suites.name }}"
|
log_name_identifier: "logs-${{ matrix.browser || 'chromium' }}-${{ matrix.e2e-suites.name }}"
|
||||||
@@ -262,7 +262,7 @@ jobs:
|
|||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Extract commit message
|
- 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
|
- name: Check ADF link
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
with:
|
with:
|
||||||
npm_tag: ${{ inputs.npm-tag }}
|
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:
|
with:
|
||||||
username: ${{ vars.BOT_GITHUB_USERNAME }}
|
username: ${{ vars.BOT_GITHUB_USERNAME }}
|
||||||
email: ${{ vars.BOT_GITHUB_EMAIL }}
|
email: ${{ vars.BOT_GITHUB_EMAIL }}
|
||||||
@@ -223,7 +223,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Push Source Files to Crowdin
|
- name: Push Source Files to Crowdin
|
||||||
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
|
uses: crowdin/github-action@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d # v2.16.0
|
||||||
with:
|
with:
|
||||||
upload_sources: true
|
upload_sources: true
|
||||||
upload_sources_args: --delete-obsolete
|
upload_sources_args: --delete-obsolete
|
||||||
|
|||||||
Reference in New Issue
Block a user