diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c7f99d867..2af64da34 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@v6 + uses: actions/checkout@v7 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/e2e-playwright-reusable.yml b/.github/workflows/e2e-playwright-reusable.yml index 5bbf3bb94..a1776239b 100644 --- a/.github/workflows/e2e-playwright-reusable.yml +++ b/.github/workflows/e2e-playwright-reusable.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -57,7 +57,7 @@ jobs: - name: dist cache if: ${{ success() }} - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ./dist/content-ce key: cache-dist-${{ github.run_id }} @@ -116,10 +116,10 @@ jobs: id: 20 steps: - name: Free hosted runner disk space - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@a6a8be7429080c132815d0482a55ae4fd28f15ba # v18.7.0 + uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@10cea6c0b390c4f8af21d9dc1670d581bd10319f # v18.13.0 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -135,7 +135,7 @@ jobs: - name: Collect and push logs as artifact if: always() - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@a6a8be7429080c132815d0482a55ae4fd28f15ba # v18.7.0 + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@10cea6c0b390c4f8af21d9dc1670d581bd10319f # v18.13.0 with: log_retention: 7 log_name_identifier: "logs-${{ matrix.browser }}-${{ matrix.e2e-suites.name }}" @@ -147,7 +147,7 @@ jobs: run: npm ci - name: Restore dist cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: cache with: path: ./dist/content-ce diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index 395ee1c72..1143eeb36 100644 --- a/.github/workflows/pull-from-crowdin.yml +++ b/.github/workflows/pull-from-crowdin.yml @@ -8,9 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Pull translations from Crowdin - uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # v2.16.2 + uses: crowdin/github-action@52aa776766211d83d975df51f3b9c53c2f8ba35f # v2.16.3 with: upload_sources: false download_translations: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e931d859b..1158d0549 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -58,7 +58,7 @@ jobs: only-e2e-changes: ${{ steps.check.outputs.only-e2e-changes }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -101,7 +101,7 @@ jobs: - name: dist cache if: ${{ success() }} - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ./dist/content-ce key: cache-dist-${{ github.run_id }} @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: ./.github/actions/before-install @@ -189,10 +189,10 @@ jobs: id: 20 steps: - name: Free hosted runner disk space - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@a6a8be7429080c132815d0482a55ae4fd28f15ba # v18.7.0 + uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@10cea6c0b390c4f8af21d9dc1670d581bd10319f # v18.13.0 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -208,7 +208,7 @@ jobs: - name: Collect and push logs as artifact if: always() - uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@a6a8be7429080c132815d0482a55ae4fd28f15ba # v18.7.0 + uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@10cea6c0b390c4f8af21d9dc1670d581bd10319f # v18.13.0 with: log_retention: 7 log_name_identifier: "logs-${{ matrix.browser || 'chromium' }}-${{ matrix.e2e-suites.name }}" @@ -220,7 +220,7 @@ jobs: run: npm ci - name: Restore dist cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: cache with: path: ./dist/content-ce @@ -277,12 +277,12 @@ jobs: run: echo "E2E tests were skipped due to ci:skip-e2e label" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 - name: Extract commit message - uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@a6a8be7429080c132815d0482a55ae4fd28f15ba #v18.7.0 + uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@10cea6c0b390c4f8af21d9dc1670d581bd10319f #v18.13.0 - name: Check ADF link shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6c20dded..083f84d9f 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -78,7 +78,7 @@ jobs: - name: "aca-shared" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -97,7 +97,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: ./.github/actions/setup @@ -129,7 +129,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: ./.github/actions/setup @@ -163,13 +163,13 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: ./.github/actions/setup with: npm_tag: ${{ inputs.npm-tag }} - - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@a6a8be7429080c132815d0482a55ae4fd28f15ba #v18.7.0 + - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@10cea6c0b390c4f8af21d9dc1670d581bd10319f #v18.13.0 with: username: ${{ vars.BOT_GITHUB_USERNAME }} email: ${{ vars.BOT_GITHUB_EMAIL }} @@ -196,7 +196,7 @@ jobs: run: exit 1 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -222,10 +222,10 @@ jobs: actions: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Push Source Files to Crowdin - uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # v2.16.2 + uses: crowdin/github-action@52aa776766211d83d975df51f3b9c53c2f8ba35f # v2.16.3 with: upload_sources: true upload_sources_args: --delete-obsolete diff --git a/.github/workflows/run-e2e-with-env.yml b/.github/workflows/run-e2e-with-env.yml index c45a0d059..ef8498c64 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -50,7 +50,7 @@ jobs: - name: dist cache if: ${{ success() }} - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ./dist/content-ce key: cache-dist-${{ github.run_id }} @@ -105,7 +105,7 @@ jobs: id: 19 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -118,7 +118,7 @@ jobs: - uses: ./.github/actions/before-install - run: npm ci - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 id: cache with: path: ./dist/content-ce diff --git a/.github/workflows/upstream-adf.yml b/.github/workflows/upstream-adf.yml index 3e6540179..6e0b143f5 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@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 - id: fetchLatestPkg @@ -104,7 +104,7 @@ jobs: needs: upstream steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.BOT_GITHUB_TOKEN }} fetch-depth: 1 @@ -150,7 +150,7 @@ jobs: fi - name: Commit Code if: ${{ needs.upstream.outputs.hasNewVersion == 'true' }} - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 #v6 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d #v6 with: commit_message: "[ci:force][auto-commit] Update dependencies ADF:${{ needs.upstream.outputs.latestADFVersion }} JS:${{ needs.upstream.outputs.latestJSVersion }}" branch: upstream-dependencies