Skip to content

Commit 3ee7c8a

Browse files
Update smartcontractkit/.github requirement to 277f9fd8a8c9c81103ab02e631350d544ce77a8c
Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/277f9fd8a8c9c81103ab02e631350d544ce77a8c) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fee259e commit 3ee7c8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Setup GitHub Token for reading Generate Go Doc Repo
2222
id: setup-github-token-read
23-
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
23+
uses: smartcontractkit/.github/actions/setup-github-token@277f9fd8a8c9c81103ab02e631350d544ce77a8c # [email protected]
2424
with:
2525
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_READ_GENERATE_GO_DOC_REPO }}
2626
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Setup GitHub Token for creating a new PR
136136
id: setup-github-token-write
137-
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
137+
uses: smartcontractkit/.github/actions/setup-github-token@277f9fd8a8c9c81103ab02e631350d544ce77a8c # [email protected]
138138
with:
139139
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_CREATE_PR }}
140140
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}

.github/workflows/k8s-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Load Nix
7474
run: nix develop -c sh -c "cd lib &&go mod download"
7575
- name: Setup environment
76-
uses: smartcontractkit/.github/actions/ctf-setup-run-tests-environment@49cb1613e96c9ce17f7290e4dabd38f43aa9bd4d # [email protected]
76+
uses: smartcontractkit/.github/actions/ctf-setup-run-tests-environment@277f9fd8a8c9c81103ab02e631350d544ce77a8c # [email protected]
7777
with:
7878
go_mod_path: go.mod
7979
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Run Tests
8484
env:
8585
LOCAL_CHARTS: true
86-
uses: smartcontractkit/.github/actions/ctf-run-tests@b8731364b119e88983e94b0c4da87fc27ddb41b8 # [email protected]
86+
uses: smartcontractkit/.github/actions/ctf-run-tests@277f9fd8a8c9c81103ab02e631350d544ce77a8c # [email protected]
8787
with:
8888
cl_repo: ${{ env.CHAINLINK_IMAGE }}
8989
cl_image_tag: ${{ env.CHAINLINK_VERSION }}

.github/workflows/pr-description-ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
repository-projects: read
1717
steps:
1818
- name: Generate PR Description
19-
uses: smartcontractkit/.github/actions/llm-pr-writer@0dd7de0bab24dcc169499ac8c71f7315cc8ca98e # [email protected]
19+
uses: smartcontractkit/.github/actions/llm-pr-writer@277f9fd8a8c9c81103ab02e631350d544ce77a8c # [email protected]
2020
with:
2121
gh-token: ${{ github.token }}
2222
openai-api-key: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)