From 7651d42e11809ddd44c691e4f212a07a19761e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:58:48 +0100 Subject: [PATCH 1/2] chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#11515) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index eeb34caa56..f453687820 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,9 +36,9 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Initialize CodeQL - uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # 4.30.9 + uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # 4.31.0 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # 4.30.9 + uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # 4.31.0 From f8bedbd0a00e68b73587569d14202bd420b796cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:59:28 +0100 Subject: [PATCH 2/2] chore(deps): bump actions/upload-artifact from 4 to 5 (#11514) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-hash-router.yml | 2 +- .github/workflows/tests-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index 2e7ac6ad5c..982e233c72 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -43,7 +43,7 @@ jobs: # BASE_URL: '/docusaurus/' # hash router + - name: Upload Website artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: website-hash-router-archive path: website/build diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 4b0ece7912..f14b4ddf14 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -109,7 +109,7 @@ jobs: DOCUSAURUS_PERF_LOGGER: 'true' working-directory: test-website-in-workspace - name: Upload Website artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: website-e2e-windows path: test-website-in-workspace/build