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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user