From ed058f2e70ca49fa85fd4b942f0a4fadec934cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:39:35 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to d316f66b2990ea4daa479daa3de6fc92b00f863e Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/d316f66b2990ea4daa479daa3de6fc92b00f863e) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/solidity-wrappers.yml | 2 +- .github/workflows/solidity.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ec9168133da..76b6e1d15f4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -212,7 +212,7 @@ jobs: - name: Setup Github Token if: ${{ inputs.evm-ref }} id: get-gh-token - uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # setup-github-token@0.2.1 + uses: smartcontractkit/.github/actions/setup-github-token@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-github-token@0.2.1 with: aws-role-arn: ${{ secrets.AWS_OIDC_GLOBAL_READ_ONLY_TOKEN_ISSUER_ROLE_ARN }} aws-lambda-url: ${{ secrets.AWS_INFRA_RELENG_TOKEN_ISSUER_LAMBDA_URL }} diff --git a/.github/workflows/solidity-wrappers.yml b/.github/workflows/solidity-wrappers.yml index bbd7ac0c670..eccf5fdf844 100644 --- a/.github/workflows/solidity-wrappers.yml +++ b/.github/workflows/solidity-wrappers.yml @@ -55,7 +55,7 @@ jobs: working-directory: ./contracts - name: Assume role capable of dispatching action - uses: smartcontractkit/.github/actions/setup-github-token@ef78fa97bf3c77de6563db1175422703e9e6674f # setup-github-token@0.2.1 + uses: smartcontractkit/.github/actions/setup-github-token@d316f66b2990ea4daa479daa3de6fc92b00f863e # setup-github-token@0.2.1 id: get-gh-token with: aws-role-arn: ${{ secrets.AWS_OIDC_CHAINLINK_CI_AUTO_PR_TOKEN_ISSUER_ROLE_ARN }} diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index dff35b3cc93..7a518957911 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -183,7 +183,7 @@ jobs: pnpm version ${{ needs.tag-check.outputs.pre-release-version }} --no-git-tag-version --no-commit-hooks --no-git-checks - name: Publish to NPM (beta) - uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # ci-publish-npm@0.4.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@d316f66b2990ea4daa479daa3de6fc92b00f863e # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false @@ -226,7 +226,7 @@ jobs: fi - name: Publish to NPM (latest) - uses: smartcontractkit/.github/actions/ci-publish-npm@4b0ab756abcb1760cb82e1e87b94ff431905bffc # ci-publish-npm@0.4.0 + uses: smartcontractkit/.github/actions/ci-publish-npm@d316f66b2990ea4daa479daa3de6fc92b00f863e # ci-publish-npm@0.4.0 with: npm-token: ${{ secrets.NPM_TOKEN }} create-github-release: false