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 5 updates (#4961)
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [crowdin/github-action](https://github.com/crowdin/github-action) | `2.12.0` | `2.13.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) | `10.1.0` | `12.1.0` | | [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `7.0.0` | `7.1.0` | Updates `crowdin/github-action` from 2.12.0 to 2.13.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/08713f00a50548bfe39b37e8f44afb53e7a802d4...60debf382ee245b21794321190ad0501db89d8c1) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `Alfresco/alfresco-build-tools` from 10.1.0 to 12.1.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v10.1.0...4657bc5c89f722332e897d8f360b75f08e81b8b9) Updates `stefanzweifel/git-auto-commit-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/28e16e81777b558cc906c8750092100bbb34c5e3...04702edda442b2e678b25b537cec683a1493fcb9) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.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
|
||||
uses: actions/checkout@v6
|
||||
- name: Pull translations from Crowdin
|
||||
uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
|
||||
uses: crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # v2.13.0
|
||||
with:
|
||||
upload_sources: false
|
||||
download_translations: true
|
||||
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
- run: npm ci
|
||||
|
||||
- name: upload npm logs
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
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@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
if: failure()
|
||||
with:
|
||||
name: npm-logs
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- name: dist cache
|
||||
if: ${{ success() }}
|
||||
uses: actions/cache/save@v4
|
||||
uses: actions/cache/save@v5
|
||||
with:
|
||||
path: ./dist/content-ce
|
||||
key: cache-dist-${{ github.run_id }}
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
- uses: ./.github/actions/before-install
|
||||
- run: npm ci
|
||||
- name: upload npm logs
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
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@9e15988fdf503869a04a9106daa9b06cfdb1768c # v11.0.0
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@4657bc5c89f722332e897d8f360b75f08e81b8b9 # v12.1.0
|
||||
|
||||
- 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@b51dfeef6bda4a506778050a1c0e53eed440598c # v11.0.1
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@4657bc5c89f722332e897d8f360b75f08e81b8b9 # v12.1.0
|
||||
with:
|
||||
log_retention: 7
|
||||
log_name_identifier: "logs-${{ matrix.browser || 'chromium' }}-${{ matrix.e2e-suites.name }}"
|
||||
@@ -211,7 +211,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Restore dist cache
|
||||
uses: actions/cache/restore@v4
|
||||
uses: actions/cache/restore@v5
|
||||
id: cache
|
||||
with:
|
||||
path: ./dist/content-ce
|
||||
@@ -267,7 +267,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Extract commit message
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@7eb56e49e47d11547d61c3c68826022db830fc15 #v10.1.0
|
||||
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@4657bc5c89f722332e897d8f360b75f08e81b8b9 #v12.1.0
|
||||
|
||||
- name: Check ADF link
|
||||
shell: bash
|
||||
|
||||
@@ -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@7eb56e49e47d11547d61c3c68826022db830fc15 #v10.1.0
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@4657bc5c89f722332e897d8f360b75f08e81b8b9 #v12.1.0
|
||||
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@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0
|
||||
uses: crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # v2.13.0
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_sources_args: --delete-obsolete
|
||||
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
- name: dist cache
|
||||
if: ${{ success() }}
|
||||
uses: actions/cache/save@v4
|
||||
uses: actions/cache/save@v5
|
||||
with:
|
||||
path: ./dist/content-ce
|
||||
key: cache-dist-${{ github.run_id }}
|
||||
@@ -118,7 +118,7 @@ jobs:
|
||||
- uses: ./.github/actions/before-install
|
||||
- run: npm ci
|
||||
|
||||
- uses: actions/cache/restore@v4
|
||||
- uses: actions/cache/restore@v5
|
||||
id: cache
|
||||
with:
|
||||
path: ./dist/content-ce
|
||||
|
||||
@@ -150,7 +150,7 @@ jobs:
|
||||
fi
|
||||
- name: Commit Code
|
||||
if: ${{ needs.upstream.outputs.hasNewVersion == 'true' }}
|
||||
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 #v6
|
||||
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 #v6
|
||||
with:
|
||||
commit_message: "[ci:force][auto-commit] Update dependencies ADF:${{ needs.upstream.outputs.latestADFVersion }} JS:${{ needs.upstream.outputs.latestJSVersion }}"
|
||||
branch: upstream-dependencies
|
||||
|
||||
Reference in New Issue
Block a user