From 8439c72960f70ce69ce2250d7897373f85fb087a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 03:05:51 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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...2541b1294d2704b0964813337f33b291d3f8596b) --- 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/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 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-publish-develop.yml b/.github/workflows/build-publish-develop.yml index 1c2af24f032..e55195a3241 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@2541b1294d2704b0964813337f33b291d3f8596b # 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..a7e269448f8 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@2541b1294d2704b0964813337f33b291d3f8596b # 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..329b3cfa302 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@2541b1294d2704b0964813337f33b291d3f8596b # 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..f47601c90cd 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@2541b1294d2704b0964813337f33b291d3f8596b - 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..bea190c95ac 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@2541b1294d2704b0964813337f33b291d3f8596b - 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@2541b1294d2704b0964813337f33b291d3f8596b - name: Cache dependencies uses: actions/cache@v2 env: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 350ba842696..c164ad9eae1 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@2541b1294d2704b0964813337f33b291d3f8596b - 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..a4e3863f6f0 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@2541b1294d2704b0964813337f33b291d3f8596b - 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..c953f0aaf2b 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@2541b1294d2704b0964813337f33b291d3f8596b 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..e0603b1e47b 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@2541b1294d2704b0964813337f33b291d3f8596b - 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@2541b1294d2704b0964813337f33b291d3f8596b - name: Run Tests uses: smartcontractkit/ctf-ci-e2e-action@v1.0.4 with: diff --git a/.github/workflows/lint-gh-workflows.yml b/.github/workflows/lint-gh-workflows.yml index ab39de9f5fa..b981840b235 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@2541b1294d2704b0964813337f33b291d3f8596b - 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..78a06afaaf8 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@2541b1294d2704b0964813337f33b291d3f8596b - name: Cache dependencies uses: actions/cache@v2 env: diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 6ba65cc971c..f3c4571bab4 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@2541b1294d2704b0964813337f33b291d3f8596b - 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@2541b1294d2704b0964813337f33b291d3f8596b - 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..193d91c1bc7 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@2541b1294d2704b0964813337f33b291d3f8596b - 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@2541b1294d2704b0964813337f33b291d3f8596b - 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..35ed6354411 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@2541b1294d2704b0964813337f33b291d3f8596b with: ref: develop if: env.GITHUB_REPOSITORY != 'smartcontractkit/chainlink'