Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-chaos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-gh-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/operator-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down