From 176ee6e1c65fb4eda5b9d2cf1104c09dbd5cc9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:23:22 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-github-actions from 2.3.16 to 2.3.31 Bumps [smartcontractkit/chainlink-github-actions](https://github.com/smartcontractkit/chainlink-github-actions) from 2.3.16 to 2.3.31. - [Release notes](https://github.com/smartcontractkit/chainlink-github-actions/releases) - [Commits](https://github.com/smartcontractkit/chainlink-github-actions/compare/e29366cdecfe6befff9ab8c3cfe4825218505d58...d2f9642bcc24a73400568756f24b72c188ac7a9a) --- updated-dependencies: - dependency-name: smartcontractkit/chainlink-github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-test.yaml | 2 +- .github/workflows/k8s-e2e.yaml | 12 ++++++------ .github/workflows/k8s-publish-test-base-image.yaml | 2 +- .github/workflows/lint.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-test.yaml b/.github/workflows/docker-test.yaml index 687f7b750..2901ded41 100644 --- a/.github/workflows/docker-test.yaml +++ b/.github/workflows/docker-test.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout the Repo uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install Go - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: test_download_vendor_packages_command: cd lib && go mod download go_mod_path: ./lib/go.mod diff --git a/.github/workflows/k8s-e2e.yaml b/.github/workflows/k8s-e2e.yaml index ab9c43d5b..91fa63954 100644 --- a/.github/workflows/k8s-e2e.yaml +++ b/.github/workflows/k8s-e2e.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Build Base Image - uses: smartcontractkit/chainlink-github-actions/docker/build-push@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/docker/build-push@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: tags: ${{ env.BASE_IMAGE_NAME }} file: lib/k8s/Dockerfile.base @@ -41,7 +41,7 @@ jobs: ### test-base-image image tag for this test run :ship: => \`ci.${{ github.sha }}\` EOT - name: Build Test Runner - uses: smartcontractkit/chainlink-github-actions/docker/build-push@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/docker/build-push@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: tags: ${{ env.ENV_JOB_IMAGE }} file: lib/k8s/Dockerfile @@ -73,7 +73,7 @@ jobs: - name: Load Nix run: nix develop -c sh -c "cd lib &&go mod download" - name: Setup environment - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: go_mod_path: go.mod QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }} @@ -83,7 +83,7 @@ jobs: - name: Run Tests env: LOCAL_CHARTS: true - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: cl_repo: ${{ env.CHAINLINK_IMAGE }} cl_image_tag: ${{ env.CHAINLINK_VERSION }} @@ -124,7 +124,7 @@ jobs: - name: Load Nix run: nix develop -c sh -c "cd lib && go mod download" - name: Setup environment - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: go_mod_path: go.mod QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }} @@ -132,7 +132,7 @@ jobs: QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }} go_necessary: false - name: Run Remote Runner Tests - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: cl_repo: ${{ env.CHAINLINK_IMAGE }} cl_image_tag: ${{ env.CHAINLINK_VERSION }} diff --git a/.github/workflows/k8s-publish-test-base-image.yaml b/.github/workflows/k8s-publish-test-base-image.yaml index a9da64550..7d3f066cc 100644 --- a/.github/workflows/k8s-publish-test-base-image.yaml +++ b/.github/workflows/k8s-publish-test-base-image.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Build Base Image - uses: smartcontractkit/chainlink-github-actions/docker/build-push@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/docker/build-push@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: tags: ${{ env.BASE_IMAGE_TAG }} file: lib/k8s/Dockerfile.base diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6eaea51ae..ecaad7468 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -60,7 +60,7 @@ jobs: - name: Check out Code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install Go - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: test_download_vendor_packages_command: cd ${{ matrix.project.path }} && go mod download go_mod_path: ${{ matrix.project.path }}go.mod @@ -91,7 +91,7 @@ jobs: - name: Check out Code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install Go - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@e29366cdecfe6befff9ab8c3cfe4825218505d58 # v2.3.16 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 with: test_download_vendor_packages_command: cd lib && go mod download go_mod_path: ./lib/go.mod