From 6c2e261d1ff37bb45fd70b95d9c2df58e1a52fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 11:04:17 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.3.0. - [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/v2.3.4...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-post-land.yml | 14 +++--- .github/workflows/ci-test-complete.yml | 2 +- .github/workflows/ci-test.yml | 44 +++++++++---------- .github/workflows/daily.yml | 10 ++--- .github/workflows/dep-summaries.yml | 8 ++-- .github/workflows/dep-update-review.yml | 4 +- .github/workflows/hyperjump-comment.yml | 2 +- .github/workflows/hyperjump-labels.yml | 2 +- .../workflows/hyperjump-request-review.yml | 2 +- .github/workflows/jsonrpc-compat.yml | 2 +- .github/workflows/weekly.yml | 4 +- 11 files changed, 47 insertions(+), 47 deletions(-) diff --git a/.github/workflows/ci-post-land.yml b/.github/workflows/ci-post-land.yml index 88c9cb810cf5..cc53e8633d61 100644 --- a/.github/workflows/ci-post-land.yml +++ b/.github/workflows/ci-post-land.yml @@ -25,7 +25,7 @@ jobs: rust-changes: ${{ steps.rust-changes.outputs.changes-found }} base-image-changes: ${{ steps.base-image-changes.outputs.changes-found }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" @@ -65,7 +65,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" @@ -99,7 +99,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" @@ -134,7 +134,7 @@ jobs: name: Docker url: https://hub.docker.com/u/diem steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" @@ -172,7 +172,7 @@ jobs: # The pre-release suite run time varies 1~1.5 hr. timeout-minutes: 120 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 #get all the history!!! - name: set_env @@ -247,7 +247,7 @@ jobs: name: Docker url: https://hub.docker.com/u/diem steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 #get all the history!!! - name: setup_aws_ecr_login @@ -337,7 +337,7 @@ jobs: - "${{github.workspace}}:/opt/git/diem" steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 - uses: ./.github/actions/build-setup - uses: actions/cache@v2.1.6 with: diff --git a/.github/workflows/ci-test-complete.yml b/.github/workflows/ci-test-complete.yml index 75ff789f8770..812d89c57bb9 100644 --- a/.github/workflows/ci-test-complete.yml +++ b/.github/workflows/ci-test-complete.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion != 'skipped' }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: Download artifacts uses: diem/actions/get-artifacts@faadd16607b77dfa2231a8f366883e01717b3225 with: diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 19205bd70268..1150ad16b8ee 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -36,7 +36,7 @@ jobs: test-docker-compose: ${{ steps.docker-compose-changes.outputs.changes-found }} test-test-coverage: ${{ steps.test-coverage.outputs.changes-found }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" @@ -151,7 +151,7 @@ jobs: matrix: target_os: [alpine, arch, github] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: build image with dev-setup.sh @@ -170,7 +170,7 @@ jobs: target_images: [client faucet cluster-test forge, init tools validator validator-tcb] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 #get all the history!!! - id: changes @@ -234,7 +234,7 @@ jobs: # The last matrix build to succeed will set the output. Hilarious. prev-tag: ${{ steps.build-extra-images.outputs.prev-tag }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! @@ -298,7 +298,7 @@ jobs: if: ${{ always() && needs.build-images.result=='success' && needs.prepare.outputs.test-land-blocking == 'true' }} timeout-minutes: 45 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" @@ -479,7 +479,7 @@ jobs: container: image: diem/build_environment:${{ needs.prepare.outputs.changes-target-branch }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup @@ -503,7 +503,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup @@ -530,7 +530,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! @@ -571,7 +571,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! @@ -611,7 +611,7 @@ jobs: FLAKY_TESTS_FILE: /tmp/failures MESSAGE_PAYLOAD_FILE: /tmp/message steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! @@ -685,7 +685,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! @@ -706,7 +706,7 @@ jobs: needs: prepare if: ${{ needs.prepare.outputs.test-docker-compose == 'true' }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: install expect @@ -729,7 +729,7 @@ jobs: env: JSON_RPC_URL: "http://127.0.0.1:8080" FAUCET_URL: "http://127.0.0.1:8000" - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: diem-core-v1.2.0 # Unfortunately this is spelled wrong in the release branch @@ -750,7 +750,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup @@ -774,7 +774,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup @@ -798,7 +798,7 @@ jobs: needs: prepare if: ${{ needs.prepare.outputs.test-helm == 'true' }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: Check machine details for minikube @@ -872,7 +872,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup @@ -895,7 +895,7 @@ jobs: volumes: - "${{github.workspace}}:/opt/git/diem" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup @@ -920,7 +920,7 @@ jobs: env: CRITERION_HOME: /tmp/benches steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/cache@v2.1.6 @@ -951,7 +951,7 @@ jobs: needs: - prepare steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: Use Node.js 14 @@ -989,7 +989,7 @@ jobs: if: ${{ needs.prepare.outputs.test-website-build == 'true' }} steps: # Checks-out the Diem website repository under $GITHUB_WORKSPACE, so job can access it - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/cache@v2.1.6 @@ -1026,7 +1026,7 @@ jobs: forge-result: ${{ steps.post-test-result.outputs.forge-result }} timeout-minutes: 45 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip # On `push` this value will be empty and will "do-the-right-thing" diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6a28f471161a..303fcec81331 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -23,7 +23,7 @@ jobs: env: AUDIT_SUMMARY_FILE: /tmp/summary steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ matrix.target-branch }} - uses: ./.github/actions/build-setup @@ -67,7 +67,7 @@ jobs: CODECOV_OUTPUT: codecov MESSAGE_PAYLOAD_FILE: /tmp/message steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - uses: ./.github/actions/build-setup - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 @@ -118,7 +118,7 @@ jobs: matrix: release-branch: [release-1.3, release-1.4] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ matrix.release-branch }} - uses: ./.github/actions/build-setup @@ -149,7 +149,7 @@ jobs: matrix: target-branch: [main] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: ref: ${{ matrix.target-branch }} - uses: ./.github/actions/build-setup @@ -178,7 +178,7 @@ jobs: name: Docker url: https://hub.docker.com/u/diem steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - name: sign in to DockerHub; install image signing cert uses: ./.github/actions/dockerhub_login with: diff --git a/.github/workflows/dep-summaries.yml b/.github/workflows/dep-summaries.yml index 66b75ac80711..8e732166ffb6 100644 --- a/.github/workflows/dep-summaries.yml +++ b/.github/workflows/dep-summaries.yml @@ -26,7 +26,7 @@ jobs: dep-auditors-list: ${{ steps.dep-auditors.outputs.list }} steps: - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 if: ${{ startsWith(github.event_name, 'pull_request') }} with: ref: ${{ github.event.pull_request.head.sha }} @@ -37,18 +37,18 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: checkout base ref - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 if: ${{ startsWith(github.event_name, 'pull_request') }} with: ref: ${{ steps.fetch-base-ref.outputs.ref }} path: libra-base - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 if: ${{ github.event_name == 'push' }} with: ref: ${{ github.event.after }} - name: checkout base ref - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 if: ${{ github.event_name == 'push' }} with: ref: ${{ github.event.before }} diff --git a/.github/workflows/dep-update-review.yml b/.github/workflows/dep-update-review.yml index 009fd6b2b562..7b8177c09079 100644 --- a/.github/workflows/dep-update-review.yml +++ b/.github/workflows/dep-update-review.yml @@ -18,11 +18,11 @@ jobs: MAX_ALLOWED_CHARS: 65536 steps: - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: checkout base ref - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.base.sha }} path: diem-base diff --git a/.github/workflows/hyperjump-comment.yml b/.github/workflows/hyperjump-comment.yml index 29dc4f2748e5..0aaf1bbf533f 100644 --- a/.github/workflows/hyperjump-comment.yml +++ b/.github/workflows/hyperjump-comment.yml @@ -10,7 +10,7 @@ jobs: name: (hyperjump) comment steps: - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 - name: comment uses: diem/actions/hyperjump-comment@a5fa31ff2b54a544cd88ac912cda469742592e6c with: diff --git a/.github/workflows/hyperjump-labels.yml b/.github/workflows/hyperjump-labels.yml index 5a2131cf1e02..51b91213dd84 100644 --- a/.github/workflows/hyperjump-labels.yml +++ b/.github/workflows/hyperjump-labels.yml @@ -10,7 +10,7 @@ jobs: name: (hyperjump) labels steps: - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 - name: labels uses: diem/actions/hyperjump-labels@a5fa31ff2b54a544cd88ac912cda469742592e6c with: diff --git a/.github/workflows/hyperjump-request-review.yml b/.github/workflows/hyperjump-request-review.yml index 48f6db417ce0..d3b67dd3ed18 100644 --- a/.github/workflows/hyperjump-request-review.yml +++ b/.github/workflows/hyperjump-request-review.yml @@ -10,7 +10,7 @@ jobs: name: (hyperjump) request-review steps: - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 - name: request review uses: diem/actions/hyperjump-request-review@a5fa31ff2b54a544cd88ac912cda469742592e6c with: diff --git a/.github/workflows/jsonrpc-compat.yml b/.github/workflows/jsonrpc-compat.yml index fe58e16abad5..7e83aac3b097 100644 --- a/.github/workflows/jsonrpc-compat.yml +++ b/.github/workflows/jsonrpc-compat.yml @@ -11,7 +11,7 @@ jobs: name: Warn PR author about compatibility requirements steps: - name: checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.pull_request.head.sha }} - name: comment diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index a0c0a8f6de8c..8aa5eb99b47e 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -13,7 +13,7 @@ jobs: env: MESSAGE_PAYLOAD_FILE: /tmp/message steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 with: # fetch full history fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: SAS: "" CONFIG: .github/workflows/transaction-replay.toml steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.3.0 - uses: ./.github/actions/build-setup - name: install azcopy run: |