diff --git a/.github/workflows/check-action-file.yaml b/.github/workflows/check-action-file.yaml index 64a1c00..1324a86 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@v5 + - uses: actions/checkout@v6 - 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 a6d8ae0..42c9e2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: echo "START_TIME=${time}" >> $GITHUB_OUTPUT echo "ACTION_LINK=${action_link}" >> $GITHUB_OUTPUT - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -160,7 +160,7 @@ jobs: name: UT Test on Darwin/x86 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -194,7 +194,7 @@ jobs: runs-on: ubuntu-22.04 name: SCA Test on Ubuntu/x86 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 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 dd8083e..dc616f9 100644 --- a/.github/workflows/e2e-compose.yaml +++ b/.github/workflows/e2e-compose.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -86,7 +86,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@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -158,7 +158,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -218,7 +218,7 @@ jobs: sudo docker system df -v; - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/e2e-standalone.yaml b/.github/workflows/e2e-standalone.yaml index 94601ef..816d336 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@v5 + uses: actions/checkout@v6 with: fetch-depth: "3" path: ./head @@ -42,7 +42,7 @@ jobs: cd $GITHUB_WORKSPACE/head ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -145,7 +145,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./head repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -174,7 +174,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@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -231,7 +231,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "3" path: ./head @@ -265,7 +265,7 @@ jobs: ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/e2e-upgrade.yaml b/.github/workflows/e2e-upgrade.yaml index 2043d12..d537f17 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 with: path: ./upstream repository: ${{ github.event.pull_request.base.repo.full_name }} @@ -76,7 +76,7 @@ jobs: sleep 60; - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -218,7 +218,7 @@ jobs: steps: - name: Checkout Head - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./head repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -235,7 +235,7 @@ jobs: echo "tag=$LATEST_RELEASE_TAG" >> $GITHUB_OUTPUT - name: Checkout Upstream Release - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./upstream repository: ${{ inputs.release-repo }} @@ -283,7 +283,7 @@ jobs: sleep 60; - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index a24006b..f73ede5 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/merge-trigger-standalone.yaml b/.github/workflows/merge-trigger-standalone.yaml index e758e05..c26520a 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@v5 + uses: actions/checkout@v6 with: path: ./matrixone - name: Set up Go @@ -56,7 +56,7 @@ jobs: ./optools/run_bvt.sh $GITHUB_WORKSPACE/matrixone launch - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -129,7 +129,7 @@ jobs: mo_reuse_enable_checker: true steps: - name: checkout head - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./head - name: Set up Go @@ -152,7 +152,7 @@ jobs: cd $GITHUB_WORKSPACE/head ./optools/run_bvt.sh $GITHUB_WORKSPACE/head launch - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 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 0563a47..a848f95 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@v5 + uses: actions/checkout@v6 with: path: ./matrixone - name: Prepare And Build @@ -90,7 +90,7 @@ jobs: steps: - name: Clone Repo Matrixorigin/Matrixone if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./matrixone - name: Clean TKE ENV @@ -239,7 +239,7 @@ jobs: steps: - name: Clone MO-Tester if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester token: ${{secrets.TOKEN_ACTION}} @@ -247,7 +247,7 @@ jobs: ref: main - name: Clone matrixone Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: ./matrixone - name: Set JAVA PATH @@ -292,7 +292,7 @@ jobs: steps: - name: Clone mo-load-data Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-load-data token: ${{secrets.TOKEN_ACTION}} @@ -301,7 +301,7 @@ jobs: - name: Clone mo-ssb Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-ssb token: ${{secrets.TOKEN_ACTION}} @@ -310,7 +310,7 @@ jobs: - name: Clone mo-tpch Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tpch token: ${{secrets.TOKEN_ACTION}} @@ -318,7 +318,7 @@ jobs: ref: main - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-nightly-regression token: ${{secrets.TOKEN_ACTION}} @@ -513,7 +513,7 @@ jobs: steps: - name: Clone mo-load Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-load token: ${{secrets.TOKEN_ACTION}} @@ -521,7 +521,7 @@ jobs: ref: "1.0" - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-nightly-regression token: ${{secrets.TOKEN_ACTION}} @@ -634,7 +634,7 @@ jobs: steps: - name: Clone mo-load-data Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-load-data token: ${{secrets.TOKEN_ACTION}} @@ -643,7 +643,7 @@ jobs: - name: Clone mo-tpcc Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tpcc token: ${{secrets.TOKEN_ACTION}} @@ -651,7 +651,7 @@ jobs: ref: main - name: Clone mo-night-regression Repo if: ${{ always() && !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-nightly-regression token: ${{secrets.TOKEN_ACTION}} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c0d6c86..fdb6350 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -92,7 +92,7 @@ jobs: runs-on: arm64-mo-guangzhou-2xlarge16 steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -152,7 +152,7 @@ jobs: done exit 1; - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -178,7 +178,7 @@ jobs: p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }} - name: Clone gon - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "1" repository: matrixorigin/gon @@ -248,7 +248,7 @@ jobs: done exit 1; - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -329,7 +329,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get release id: get_release uses: bruceadams/get-release@v1.3.2 @@ -386,7 +386,7 @@ jobs: runs-on: arm64-mo-guangzhou-2xlarge16 steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - 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 d5e7e35..7eeb7bc 100644 --- a/.github/workflows/robot.yaml +++ b/.github/workflows/robot.yaml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: CheckOut - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check the code to see if the issue number is removed id: get_check_val @@ -128,7 +128,7 @@ jobs: environment: ci runs-on: amd64-mo-shanghai-4xlarge32 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: "3" path: ./matrixone @@ -150,7 +150,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@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester diff --git a/.github/workflows/utils.yaml b/.github/workflows/utils.yaml index e50c593..b312800 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -90,7 +90,7 @@ jobs: # if you change runner, must modify L117 runs-on: amd64-mo-guangzhou-2xlarge16 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: "1" path: ./matrixone @@ -136,7 +136,7 @@ jobs: echo "$JAVA_HOME/bin" >> $GITHUB_PATH - name: Clone test-tool repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/mo-tester path: ./mo-tester @@ -303,7 +303,7 @@ jobs: path: ${{ github.workspace }}/coverage_downloads/coverage_files.zip retention-days: 7 - name: Checkout for Python file - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: matrixorigin/CI ref: release/2.0-dev