From 47b9d2e99c17f88e890c9312793b53ad250b65fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 01:20:27 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-action-file.yaml | 2 +- .github/workflows/ci.yaml | 6 ++--- .github/workflows/e2e-compose.yaml | 8 +++--- .github/workflows/e2e-standalone.yaml | 12 ++++----- .github/workflows/e2e-upgrade.yaml | 14 +++++----- .github/workflows/image-build.yaml | 2 +- .../workflows/merge-trigger-standalone.yaml | 8 +++--- .github/workflows/merge-trigger-tke.yaml | 26 +++++++++---------- .github/workflows/release.yaml | 14 +++++----- .github/workflows/robot.yaml | 6 ++--- .github/workflows/utils.yaml | 20 +++++++------- 11 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.github/workflows/check-action-file.yaml b/.github/workflows/check-action-file.yaml index 0e4c67f..7804130 100644 --- a/.github/workflows/check-action-file.yaml +++ b/.github/workflows/check-action-file.yaml @@ -18,7 +18,7 @@ jobs: contents: read runs-on: arm64-mo-shanghai-4c8g steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check for any changed workflows id: check-for-changed-workflows uses: tj-actions/changed-files@v47 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a88b5c..a33cfa2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: echo "START_TIME=${time}" >> $GITHUB_OUTPUT echo "ACTION_LINK=${action_link}" >> $GITHUB_OUTPUT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -161,7 +161,7 @@ jobs: name: UT Test on Darwin/x86 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -200,7 +200,7 @@ jobs: runs-on: ${{ vars.SCA_RUNNER_LABEL || 'arm64-mo-shanghai-8c16g' }} name: SCA Test on Linux/arm64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" diff --git a/.github/workflows/e2e-compose.yaml b/.github/workflows/e2e-compose.yaml index 3761810..932d1f4 100644 --- a/.github/workflows/e2e-compose.yaml +++ b/.github/workflows/e2e-compose.yaml @@ -26,7 +26,7 @@ jobs: echo "=========================================" sudo df -h /* - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -113,7 +113,7 @@ jobs: # For more information see: # - https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. # Please update the following actions to use Node.js 16: actions/checkout@v3 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -197,7 +197,7 @@ jobs: echo "=========================================" sudo df -h /* - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -271,7 +271,7 @@ jobs: sudo docker system df -v; - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/e2e-standalone.yaml b/.github/workflows/e2e-standalone.yaml index e56fa59..9fe2b1f 100644 --- a/.github/workflows/e2e-standalone.yaml +++ b/.github/workflows/e2e-standalone.yaml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 90 steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -49,7 +49,7 @@ jobs: cd $GITHUB_WORKSPACE/head ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -152,7 +152,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./head @@ -184,7 +184,7 @@ jobs: cd $GITHUB_WORKSPACE/head ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch-dynamic-with-proxy -with-proxy - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -241,7 +241,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -278,7 +278,7 @@ jobs: ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/e2e-upgrade.yaml b/.github/workflows/e2e-upgrade.yaml index dd9195d..7f982b6 100644 --- a/.github/workflows/e2e-upgrade.yaml +++ b/.github/workflows/e2e-upgrade.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./head @@ -33,7 +33,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: checkout upstream - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./upstream @@ -101,7 +101,7 @@ jobs: sleep 60; - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -257,7 +257,7 @@ jobs: steps: - name: Checkout Head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./head @@ -272,7 +272,7 @@ jobs: echo "tag=$LATEST_RELEASE_TAG" >> $GITHUB_OUTPUT - name: Checkout Upstream Release - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./upstream @@ -341,7 +341,7 @@ jobs: sleep 60; - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -417,7 +417,7 @@ jobs: ./optools/run_bvt.sh $GITHUB_WORKSPACE/workspace $LAUNCH_DIR; sleep 60; - name: Clone test-tool repository for Head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester-head diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 44063aa..c4450fc 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: 1 diff --git a/.github/workflows/merge-trigger-standalone.yaml b/.github/workflows/merge-trigger-standalone.yaml index 71ae199..fa4b35b 100644 --- a/.github/workflows/merge-trigger-standalone.yaml +++ b/.github/workflows/merge-trigger-standalone.yaml @@ -21,7 +21,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout matrixorigin/matrixone - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./matrixone @@ -62,7 +62,7 @@ jobs: ./optools/run_bvt.sh $GITHUB_WORKSPACE/matrixone launch - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -135,7 +135,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./head @@ -160,7 +160,7 @@ jobs: cd $GITHUB_WORKSPACE/head ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/merge-trigger-tke.yaml b/.github/workflows/merge-trigger-tke.yaml index 90a77b6..c4f08f6 100644 --- a/.github/workflows/merge-trigger-tke.yaml +++ b/.github/workflows/merge-trigger-tke.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: Clone Repo Matrixorigin/Matrixone if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./matrixone @@ -124,7 +124,7 @@ jobs: steps: - name: Clone Repo Matrixorigin/Matrixone if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./matrixone @@ -288,14 +288,14 @@ jobs: steps: - name: Clone MO-Tester if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester ref: main - name: Clone matrixone Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./matrixone @@ -341,7 +341,7 @@ jobs: steps: - name: Clone mo-load-data Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-load-data token: ${{secrets.TOKEN_ACTION}} @@ -350,7 +350,7 @@ jobs: - name: Clone mo-ssb Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-ssb token: ${{secrets.TOKEN_ACTION}} @@ -359,7 +359,7 @@ jobs: - name: Clone mo-tpch Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tpch token: ${{secrets.TOKEN_ACTION}} @@ -367,7 +367,7 @@ jobs: ref: main - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-nightly-regression token: ${{secrets.TOKEN_ACTION}} @@ -562,7 +562,7 @@ jobs: steps: - name: Clone mo-load Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-load token: ${{secrets.TOKEN_ACTION}} @@ -570,7 +570,7 @@ jobs: ref: "1.0" - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-nightly-regression token: ${{secrets.TOKEN_ACTION}} @@ -683,7 +683,7 @@ jobs: steps: - name: Clone mo-load-data Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-load-data token: ${{secrets.TOKEN_ACTION}} @@ -692,7 +692,7 @@ jobs: - name: Clone mo-tpcc Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tpcc token: ${{secrets.TOKEN_ACTION}} @@ -700,7 +700,7 @@ jobs: ref: main - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-nightly-regression token: ${{secrets.TOKEN_ACTION}} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 87c1d04..60990d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} - name: Get release @@ -102,7 +102,7 @@ jobs: runs-on: arm64-mo-shanghai-8c16g steps: - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} - name: Get release @@ -171,7 +171,7 @@ jobs: done exit 1; - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} - name: Get release @@ -201,7 +201,7 @@ jobs: p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }} - name: Clone gon - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "1" @@ -276,7 +276,7 @@ jobs: done exit 1; - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} - name: Get release @@ -360,7 +360,7 @@ jobs: # runs-on: ubuntu-22.04 # steps: # - name: Checkout source - # uses: actions/checkout@v6 + # uses: actions/checkout@v7 # - name: Get release # id: get_release # uses: bruceadams/get-release@v1.3.2 @@ -422,7 +422,7 @@ jobs: # runs-on: arm64-mo-guangzhou-2xlarge16 # steps: # - name: Checkout source - # uses: actions/checkout@v6 + # uses: actions/checkout@v7 # - name: Get release # id: get_release # uses: bruceadams/get-release@v1.3.2 diff --git a/.github/workflows/robot.yaml b/.github/workflows/robot.yaml index 44f66cc..89e3730 100644 --- a/.github/workflows/robot.yaml +++ b/.github/workflows/robot.yaml @@ -37,7 +37,7 @@ jobs: runs-on: arm64-mo-shanghai-4c8g steps: - name: CheckOut - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} @@ -102,7 +102,7 @@ jobs: environment: ci runs-on: amd64-mo-shanghai-4xlarge32 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "3" @@ -126,7 +126,7 @@ jobs: echo 'GOPROXY=http://goproxy.goproxy.svc.cluster.local|https://goproxy.cn|direct' >> $GITHUB_ENV echo "$JAVA_HOME/bin" >> $GITHUB_PATH; - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/utils.yaml b/.github/workflows/utils.yaml index 48465ea..db5004b 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -96,7 +96,7 @@ jobs: # if you change runner, must modify L117 runs-on: amd64-mo-guangzhou-2xlarge16 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} fetch-depth: "1" @@ -104,7 +104,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} - name: Clone test-tool repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -208,7 +208,7 @@ jobs: - name: Checkout CI repository for UT summary if: ${{ failure() && !cancelled() }} continue-on-error: true - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} repository: matrixorigin/CI @@ -378,7 +378,7 @@ jobs: retention-days: 7 - name: Checkout for Python file if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} repository: matrixorigin/CI @@ -459,7 +459,7 @@ jobs: environment: ci runs-on: amd64-mo-guangzhou-2xlarge16 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.TOKEN_ACTION }} path: ./matrixone @@ -467,7 +467,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Clone mo-load-data Repo if: ${{ !cancelled() && !failure() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-load-data token: ${{secrets.TOKEN_ACTION}} @@ -475,7 +475,7 @@ jobs: ref: main - name: Clone mo-load Repo if: ${{ !cancelled() && !failure() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-load token: ${{secrets.TOKEN_ACTION}} @@ -483,7 +483,7 @@ jobs: ref: "1.0" - name: Clone mo-tpcc Repo if: ${{ !cancelled() && !failure() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tpcc token: ${{secrets.TOKEN_ACTION}} @@ -491,7 +491,7 @@ jobs: ref: main - name: Clone mo-ssb Repo if: ${{ !cancelled() && !failure() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-ssb token: ${{secrets.TOKEN_ACTION}} @@ -499,7 +499,7 @@ jobs: ref: main - name: Clone mo-tpch Repo if: ${{ !cancelled() && !failure() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tpch token: ${{secrets.TOKEN_ACTION}}