From 2af92c8952f623eb6fcbd13247954d215fa5e62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:41:11 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-github-actions from 2.3.31 to 2.3.32 Bumps [smartcontractkit/chainlink-github-actions](https://github.com/smartcontractkit/chainlink-github-actions) from 2.3.31 to 2.3.32. - [Release notes](https://github.com/smartcontractkit/chainlink-github-actions/releases) - [Commits](https://github.com/smartcontractkit/chainlink-github-actions/compare/d2f9642bcc24a73400568756f24b72c188ac7a9a...1ada5d85b0de3439a0ba238210d40605b5ed6704) --- 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 0a1875ed7..c1b7439a2 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Go - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 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 7a5008cae..29407c9ea 100644 --- a/.github/workflows/k8s-e2e.yaml +++ b/.github/workflows/k8s-e2e.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Build Base Image - uses: smartcontractkit/chainlink-github-actions/docker/build-push@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/docker/build-push@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: tags: ${{ env.BASE_IMAGE_NAME }} file: lib/k8s/Dockerfile.base @@ -42,7 +42,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@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/docker/build-push@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: tags: ${{ env.ENV_JOB_IMAGE }} file: lib/k8s/Dockerfile @@ -74,7 +74,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@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: go_mod_path: go.mod QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }} @@ -84,7 +84,7 @@ jobs: - name: Run Tests env: LOCAL_CHARTS: true - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: cl_repo: ${{ env.CHAINLINK_IMAGE }} cl_image_tag: ${{ env.CHAINLINK_VERSION }} @@ -125,7 +125,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@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: go_mod_path: go.mod QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }} @@ -133,7 +133,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@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 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 26eec56e2..a62c36f28 100644 --- a/.github/workflows/k8s-publish-test-base-image.yaml +++ b/.github/workflows/k8s-publish-test-base-image.yaml @@ -39,7 +39,7 @@ jobs: echo "BASE_IMAGE_TAG=${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/test-base-image:${{ github.event.inputs.tag }}" >> $GITHUB_ENV - name: Build Base Image - uses: smartcontractkit/chainlink-github-actions/docker/build-push@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/docker/build-push@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: tags: ${{ env.BASE_IMAGE_TAG }} file: lib/k8s/Dockerfile.base diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 829fa2793..17ff5bdcf 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -60,7 +60,7 @@ jobs: - name: Check out Code uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Go - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Go - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@d2f9642bcc24a73400568756f24b72c188ac7a9a # v2.3.31 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-go@1ada5d85b0de3439a0ba238210d40605b5ed6704 # v2.3.32 with: test_download_vendor_packages_command: cd lib && go mod download go_mod_path: ./lib/go.mod