From c985fa594eb599a589ae8896312dc67245f0f267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:23:00 +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 | 12 ++++----- .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 | 18 ++++++------- 11 files changed, 57 insertions(+), 57 deletions(-) diff --git a/.github/workflows/check-action-file.yaml b/.github/workflows/check-action-file.yaml index 208d00b..158ecd9 100644 --- a/.github/workflows/check-action-file.yaml +++ b/.github/workflows/check-action-file.yaml @@ -18,7 +18,7 @@ jobs: contents: read runs-on: ubuntu-22.04 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 dd3713a..9ebb547 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: echo "START_TIME=${time}" >> $GITHUB_OUTPUT echo "ACTION_LINK=${action_link}" >> $GITHUB_OUTPUT - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -177,7 +177,7 @@ jobs: name: UT Test on Darwin/x86 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-22.04 name: SCA Test on Ubuntu/x86 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/e2e-compose.yaml b/.github/workflows/e2e-compose.yaml index e68c3fd..2200489 100644 --- a/.github/workflows/e2e-compose.yaml +++ b/.github/workflows/e2e-compose.yaml @@ -22,7 +22,7 @@ jobs: echo "=========================================" sudo df -h /* - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -100,7 +100,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 @@ -184,7 +184,7 @@ jobs: echo "=========================================" sudo df -h /* - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -248,7 +248,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 bd26a45..512e501 100644 --- a/.github/workflows/e2e-standalone.yaml +++ b/.github/workflows/e2e-standalone.yaml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 90 steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "3" path: ./head @@ -44,7 +44,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 @@ -147,7 +147,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./head repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -178,7 +178,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 @@ -235,7 +235,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "3" path: ./head @@ -271,7 +271,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 b6150fa..8f8c91d 100644 --- a/.github/workflows/e2e-upgrade.yaml +++ b/.github/workflows/e2e-upgrade.yaml @@ -21,14 +21,14 @@ jobs: steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./head repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} - name: checkout upstream - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./upstream repository: ${{ github.event.pull_request.base.repo.full_name }} @@ -81,7 +81,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 @@ -227,7 +227,7 @@ jobs: steps: - name: Checkout Head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./head repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -241,7 +241,7 @@ jobs: echo "tag=$LATEST_RELEASE_TAG" >> $GITHUB_OUTPUT - name: Checkout Upstream Release - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./upstream repository: ${{ inputs.release-repo }} @@ -295,7 +295,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 diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index fc36cbb..8f53141 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/merge-trigger-standalone.yaml b/.github/workflows/merge-trigger-standalone.yaml index 8dc382f..85b5e2d 100644 --- a/.github/workflows/merge-trigger-standalone.yaml +++ b/.github/workflows/merge-trigger-standalone.yaml @@ -18,7 +18,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout matrixorigin/matrixone - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./matrixone ref: ${{ github.event.pull_request.base.ref }} @@ -59,7 +59,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 @@ -132,7 +132,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./head ref: ${{ github.event.pull_request.base.ref }} @@ -157,7 +157,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 1069a63..ee9ea79 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: path: ./matrixone ref: ${{ github.event.pull_request.base.ref }} @@ -124,7 +124,7 @@ jobs: steps: - name: Clone Repo Matrixorigin/Matrixone if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./matrixone ref: ${{ github.event.pull_request.base.ref }} @@ -274,7 +274,7 @@ jobs: steps: - name: Clone MO-Tester if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/mo-tester token: ${{secrets.TOKEN_ACTION}} @@ -282,7 +282,7 @@ jobs: ref: 3.0-dev - name: Clone matrixone Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ./matrixone ref: ${{ github.event.pull_request.base.ref }} @@ -328,7 +328,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}} @@ -337,7 +337,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}} @@ -346,7 +346,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}} @@ -354,7 +354,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}} @@ -549,7 +549,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}} @@ -557,7 +557,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}} @@ -670,7 +670,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}} @@ -679,7 +679,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}} @@ -687,7 +687,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 68814f1..1223576 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 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -100,7 +100,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 @@ -167,7 +167,7 @@ jobs: done exit 1; - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -195,7 +195,7 @@ jobs: p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }} - name: Clone gon - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "1" repository: matrixorigin/gon @@ -269,7 +269,7 @@ jobs: done exit 1; - name: Checkout source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -351,7 +351,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 @@ -413,7 +413,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 c71b5a7..b34105c 100644 --- a/.github/workflows/robot.yaml +++ b/.github/workflows/robot.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: CheckOut - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check the code to see if the issue number is removed id: get_check_val @@ -100,7 +100,7 @@ jobs: environment: ci runs-on: amd64-mo-shanghai-4xlarge32 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: "3" path: ./matrixone @@ -123,7 +123,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 92d1338..4128576 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -102,14 +102,14 @@ jobs: # if you change runner, must modify L117 runs-on: amd64-mo-guangzhou-2xlarge16 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: "1" path: ./matrixone 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 @@ -334,7 +334,7 @@ jobs: retention-days: 7 - name: Checkout for Python file if: ${{ always() && !cancelled() }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: matrixorigin/CI fetch-depth: "1" @@ -430,14 +430,14 @@ jobs: environment: ci runs-on: amd64-mo-guangzhou-2xlarge16 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: ./matrixone repository: ${{ github.event.pull_request.head.repo.full_name }} 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}} @@ -445,7 +445,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}} @@ -453,7 +453,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}} @@ -461,7 +461,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}} @@ -469,7 +469,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}}