Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/go-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
actions: read
steps:
- name: ci-test-go
uses: smartcontractkit/.github/actions/ci-test-go@2b1d964024bb001ae9fba4f840019ac86ad1d824 # ci-test-go/v1
uses: smartcontractkit/.github/actions/ci-test-go@82f9a1703246639b70da5fd5a3e489363b04a0d6 # ci-test-go/v1

Check warning on line 17 in .github/workflows/go-unit-test.yaml

View workflow job for this annotation

GitHub Actions / Validate Workflow Changes

1. Trusted actions should use a major version tag, if available. (trusted-tag-ref / warning)
with:
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
Expand Down
Loading