From 671b646a942120cb55041f81f4a2b3846ba749db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:11:51 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to d8e30e301002a053102ff88f64217db56dda5ccd Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/d8e30e301002a053102ff88f64217db56dda5ccd) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-go-docs.yaml | 4 ++-- .github/workflows/k8s-e2e.yaml | 4 ++-- .github/workflows/pr-description-ai.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate-go-docs.yaml b/.github/workflows/generate-go-docs.yaml index a93a29e40..345bcd45a 100644 --- a/.github/workflows/generate-go-docs.yaml +++ b/.github/workflows/generate-go-docs.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Setup GitHub Token for reading Generate Go Doc Repo id: setup-github-token-read - uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # setup-github-token@0.1.2 + uses: smartcontractkit/.github/actions/setup-github-token@d8e30e301002a053102ff88f64217db56dda5ccd # setup-github-token@0.1.2 with: aws-role-arn: ${{ secrets.AWS_ROLE_ARN_READ_GENERATE_GO_DOC_REPO }} aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }} @@ -134,7 +134,7 @@ jobs: - name: Setup GitHub Token for creating a new PR id: setup-github-token-write - uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # setup-github-token@0.1.2 + uses: smartcontractkit/.github/actions/setup-github-token@d8e30e301002a053102ff88f64217db56dda5ccd # setup-github-token@0.1.2 with: aws-role-arn: ${{ secrets.AWS_ROLE_ARN_CREATE_PR }} aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }} diff --git a/.github/workflows/k8s-e2e.yaml b/.github/workflows/k8s-e2e.yaml index 269541a28..22f213304 100644 --- a/.github/workflows/k8s-e2e.yaml +++ b/.github/workflows/k8s-e2e.yaml @@ -73,7 +73,7 @@ jobs: - name: Load Nix run: nix develop -c sh -c "cd lib &&go mod download" - name: Setup environment - uses: smartcontractkit/.github/actions/ctf-setup-run-tests-environment@49cb1613e96c9ce17f7290e4dabd38f43aa9bd4d # ctf-setup-run-tests-environment@0.0.0 + uses: smartcontractkit/.github/actions/ctf-setup-run-tests-environment@d8e30e301002a053102ff88f64217db56dda5ccd # ctf-setup-run-tests-environment@0.0.0 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/.github/actions/ctf-run-tests@b8731364b119e88983e94b0c4da87fc27ddb41b8 # ctf-run-tests@0.0.0 + uses: smartcontractkit/.github/actions/ctf-run-tests@d8e30e301002a053102ff88f64217db56dda5ccd # ctf-run-tests@0.0.0 with: cl_repo: ${{ env.CHAINLINK_IMAGE }} cl_image_tag: ${{ env.CHAINLINK_VERSION }} diff --git a/.github/workflows/pr-description-ai.yaml b/.github/workflows/pr-description-ai.yaml index 6eda11db9..147f33424 100644 --- a/.github/workflows/pr-description-ai.yaml +++ b/.github/workflows/pr-description-ai.yaml @@ -16,7 +16,7 @@ jobs: repository-projects: read steps: - name: Generate PR Description - uses: smartcontractkit/.github/actions/llm-pr-writer@0dd7de0bab24dcc169499ac8c71f7315cc8ca98e # llm-pr-writer@0.3.1 + uses: smartcontractkit/.github/actions/llm-pr-writer@d8e30e301002a053102ff88f64217db56dda5ccd # llm-pr-writer@0.3.1 with: gh-token: ${{ github.token }} openai-api-key: ${{ secrets.OPENAI_API_KEY }}