From c7ed5503ca2059375b973a67d2913dae78fa5050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 05:51:11 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.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...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish-develop.yml | 2 +- .github/workflows/build-publish.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/ci-core.yml | 2 +- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dependency-check.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/integration-chaos-tests.yml | 4 ++-- .github/workflows/integration-tests.yml | 10 +++++----- .github/workflows/lint-gh-workflows.yml | 2 +- .github/workflows/operator-ui.yml | 2 +- .github/workflows/performance-tests.yml | 4 ++-- .github/workflows/solidity.yml | 4 ++-- .../sync-develop-from-smartcontractkit-chainlink.yml | 2 +- 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build-publish-develop.yml b/.github/workflows/build-publish-develop.yml index 1c2af24f032..345f40fa24d 100644 --- a/.github/workflows/build-publish-develop.yml +++ b/.github/workflows/build-publish-develop.yml @@ -23,7 +23,7 @@ jobs: continue-on-error: true - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 + uses: actions/checkout@v3.1.0 # v2.4.0 - name: Build, sign and publish chainlink image uses: ./.github/actions/build-sign-publish-chainlink diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 0844c6425e6..b31c65debc7 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -26,7 +26,7 @@ jobs: continue-on-error: true - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 + uses: actions/checkout@v3.1.0 # v2.4.0 - name: Build, sign and publish chainlink image uses: ./.github/actions/build-sign-publish-chainlink diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3aea3c184f..c7eab0d84b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: continue-on-error: true - name: Checkout repository - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0 + uses: actions/checkout@v3.1.0 # v2.4.0 - name: Build chainlink image uses: ./.github/actions/build-sign-publish-chainlink diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 3a03d2a7f20..cfd94583cae 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -42,7 +42,7 @@ jobs: this-job-name: Core Tests (${{ matrix.cmd }}) continue-on-error: true - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Go uses: actions/setup-go@v3 with: diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index a3657b2c928..b51f76f4d92 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -26,7 +26,7 @@ jobs: with: node-version: "16" - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Cache dependencies uses: actions/cache@v2 env: @@ -62,7 +62,7 @@ jobs: with: node-version: "16" - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Cache dependencies uses: actions/cache@v2 env: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 350ba842696..a8e38cde107 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: continue-on-error: true - name: Checkout repository - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@v3.1.0 - name: Set up Go uses: actions/setup-go@v3 diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index cdef0583a20..240ca5ece22 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -24,7 +24,7 @@ jobs: continue-on-error: true - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Go uses: actions/setup-go@v3 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4b714a7e0c5..bf9242a03e3 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -38,7 +38,7 @@ jobs: hostname: ${{ secrets.GRAFANA_CLOUD_HOST }} this-job-name: lint continue-on-error: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - uses: actions/setup-go@v3 diff --git a/.github/workflows/integration-chaos-tests.yml b/.github/workflows/integration-chaos-tests.yml index 451ce171d69..2f3e952590b 100644 --- a/.github/workflows/integration-chaos-tests.yml +++ b/.github/workflows/integration-chaos-tests.yml @@ -23,7 +23,7 @@ jobs: this-job-name: Build Chainlink Image continue-on-error: true - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -66,7 +66,7 @@ jobs: this-job-name: EVM Chaos Tests continue-on-error: true - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Run Tests uses: smartcontractkit/ctf-ci-e2e-action@v1.0.4 with: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index df9450496da..2365e8bc3d7 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -22,7 +22,7 @@ jobs: this-job-name: Check Paths That Require Tests To Run continue-on-error: true - name: Checkout the repo - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 + uses: actions/checkout@v3.1.0 # v3.0.2 - uses: dorny/paths-filter@b2feaf19c27470162a626bd6fa8438ae5b263721 # v2.10.2 id: changes with: @@ -52,7 +52,7 @@ jobs: this-job-name: Build Chainlink Image continue-on-error: true - name: Checkout the repo - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 + uses: actions/checkout@v3.1.0 # v3.0.2 with: ref: ${{ github.event.pull_request.head.sha }} - name: Build Image @@ -90,7 +90,7 @@ jobs: this-job-name: ETH Smoke Tests continue-on-error: true - name: Checkout the repo - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 + uses: actions/checkout@v3.1.0 # v3.0.2 with: ref: ${{ github.event.pull_request.head.sha }} ## Run this step when changes that require tests to be run are made @@ -156,7 +156,7 @@ jobs: this-job-name: Solana Build Artifacts continue-on-error: true - name: Checkout the solana repo - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 + uses: actions/checkout@v3.1.0 # v3.0.2 with: repository: smartcontractkit/chainlink-solana ref: ${{ env.solana_sha }} @@ -191,7 +191,7 @@ jobs: this-job-name: Solana Smoke Tests continue-on-error: true - name: Checkout the repo - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 + uses: actions/checkout@v3.1.0 # v3.0.2 with: repository: smartcontractkit/chainlink-solana ref: ${{ env.solana_sha }} diff --git a/.github/workflows/lint-gh-workflows.yml b/.github/workflows/lint-gh-workflows.yml index ab39de9f5fa..656514301be 100644 --- a/.github/workflows/lint-gh-workflows.yml +++ b/.github/workflows/lint-gh-workflows.yml @@ -15,6 +15,6 @@ jobs: this-job-name: Validate Github Action Workflows continue-on-error: true - name: Check out Code - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 - name: Run actionlint uses: reviewdog/action-actionlint@a0541743e79d2ce4ee65276807ac493a93149b7c # v1.23.0 diff --git a/.github/workflows/operator-ui.yml b/.github/workflows/operator-ui.yml index ce9774c8515..15d1f332189 100644 --- a/.github/workflows/operator-ui.yml +++ b/.github/workflows/operator-ui.yml @@ -39,7 +39,7 @@ jobs: with: node-version: "16" - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Cache dependencies uses: actions/cache@v2 env: diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 6ba65cc971c..4b40961b0bb 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -25,7 +25,7 @@ jobs: this-job-name: Build Chainlink Image continue-on-error: true - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: @@ -61,7 +61,7 @@ jobs: this-job-name: run core evm ${{ github.event.inputs.focus }} performance tests continue-on-error: true - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Run Tests uses: smartcontractkit/ctf-ci-e2e-action@41848377703354a32d355d3f2f7cb3b9e3049b8c with: diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 1a67da2d1a4..464449d402b 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -39,7 +39,7 @@ jobs: with: node-version: "16" - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Yarn cache uses: actions/cache@v2 env: @@ -77,7 +77,7 @@ jobs: with: node-version: "16" - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Yarn cache uses: actions/cache@v2 env: diff --git a/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml b/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml index c20ef6559eb..a283bfc8f37 100644 --- a/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml +++ b/.github/workflows/sync-develop-from-smartcontractkit-chainlink.yml @@ -18,7 +18,7 @@ jobs: hostname: ${{ secrets.GRAFANA_CLOUD_HOST }} this-job-name: Sync continue-on-error: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: ref: develop if: env.GITHUB_REPOSITORY != 'smartcontractkit/chainlink'