Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update smartcontractkit/.github requirement to 12e055259ec8f3cc6cb530dc1d6c99cf74067a2f #1592

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate-go-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
steps:
- name: Setup GitHub Token for reading Generate Go Doc Repo
id: setup-github-token-read
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/setup-github-token@12e055259ec8f3cc6cb530dc1d6c99cf74067a2f # [email protected]
with:
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_READ_GENERATE_GO_DOC_REPO }}
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}
Expand Down Expand Up @@ -111,7 +111,7 @@
shell: bash
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_DOC_GEN_API_KEY }}
run: |

Check failure on line 114 in .github/workflows/generate-go-docs.yaml

View workflow job for this annotation

GitHub Actions / Validate GitHub Action Workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2002:style:4:5: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck] Raw Output: .github/workflows/generate-go-docs.yaml:114:9: shellcheck reported issue in this script: SC2002:style:4:5: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead [shellcheck]
# Add go binary to PATH
PATH=$PATH:$(go env GOPATH)/bin
export PATH
Expand All @@ -134,7 +134,7 @@

- name: Setup GitHub Token for creating a new PR
id: setup-github-token-write
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
uses: smartcontractkit/.github/actions/setup-github-token@12e055259ec8f3cc6cb530dc1d6c99cf74067a2f # [email protected]
with:
aws-role-arn: ${{ secrets.AWS_ROLE_ARN_CREATE_PR }}
aws-lambda-url: ${{ secrets.GATI_LAMBDA_TT_URL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 # [email protected]
uses: smartcontractkit/.github/actions/ctf-setup-run-tests-environment@12e055259ec8f3cc6cb530dc1d6c99cf74067a2f # [email protected]
with:
go_mod_path: go.mod
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Run Tests
env:
LOCAL_CHARTS: true
uses: smartcontractkit/.github/actions/ctf-run-tests@b8731364b119e88983e94b0c4da87fc27ddb41b8 # [email protected]
uses: smartcontractkit/.github/actions/ctf-run-tests@12e055259ec8f3cc6cb530dc1d6c99cf74067a2f # [email protected]
with:
cl_repo: ${{ env.CHAINLINK_IMAGE }}
cl_image_tag: ${{ env.CHAINLINK_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-description-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repository-projects: read
steps:
- name: Generate PR Description
uses: smartcontractkit/.github/actions/llm-pr-writer@0dd7de0bab24dcc169499ac8c71f7315cc8ca98e # [email protected]
uses: smartcontractkit/.github/actions/llm-pr-writer@12e055259ec8f3cc6cb530dc1d6c99cf74067a2f # [email protected]
with:
gh-token: ${{ github.token }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
Expand Down
Loading