From 559dd4775e74446bae28531749de7b101aea6bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:35:14 +0100 Subject: [PATCH] build(deps): Bump the github-actions group with 2 updates (#4919) Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `Alfresco/alfresco-build-tools` from 9.3.2 to 10.1.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/de5e037bf9a2ac174c1993dab82002a2278a6506...7eb56e49e47d11547d61c3c68826022db830fc15) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/pull-from-crowdin.yml | 2 +- .github/workflows/pull-request.yml | 12 ++++++------ .github/workflows/release.yml | 16 ++++++++-------- .github/workflows/run-e2e-with-env.yml | 4 ++-- .github/workflows/upstream-adf.yml | 4 ++-- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 69698429c..c7f99d867 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index a1eacebf1..b76da39d7 100644 --- a/.github/workflows/pull-from-crowdin.yml +++ b/.github/workflows/pull-from-crowdin.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Pull translations from Crowdin uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0 with: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2a9a697ab..d10fcfa2c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: node @@ -171,7 +171,7 @@ jobs: id: 19 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -232,12 +232,12 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@de5e037bf9a2ac174c1993dab82002a2278a6506 #v9.3.2 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@7eb56e49e47d11547d61c3c68826022db830fc15 #v10.1.0 - name: Check ADF link shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e3deec88..f3944c1cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -82,7 +82,7 @@ jobs: - name: "aca-shared" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup node @@ -143,7 +143,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup node @@ -180,7 +180,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup node @@ -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@de5e037bf9a2ac174c1993dab82002a2278a6506 #v9.3.2 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@7eb56e49e47d11547d61c3c68826022db830fc15 #v10.1.0 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }} @@ -218,7 +218,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -250,7 +250,7 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Push Source Files to Crowdin uses: crowdin/github-action@08713f00a50548bfe39b37e8f44afb53e7a802d4 # v2.12.0 diff --git a/.github/workflows/run-e2e-with-env.yml b/.github/workflows/run-e2e-with-env.yml index 3a5b00a94..56027f58f 100644 --- a/.github/workflows/run-e2e-with-env.yml +++ b/.github/workflows/run-e2e-with-env.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 @@ -105,7 +105,7 @@ jobs: id: 19 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 2 diff --git a/.github/workflows/upstream-adf.yml b/.github/workflows/upstream-adf.yml index dfc33bef0..96d9092c8 100644 --- a/.github/workflows/upstream-adf.yml +++ b/.github/workflows/upstream-adf.yml @@ -26,7 +26,7 @@ jobs: steps: - id: checkoutRepo name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - id: fetchLatestPkg @@ -104,7 +104,7 @@ jobs: needs: upstream steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.BOT_GITHUB_TOKEN }} fetch-depth: 1