Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
contents: read
steps:
- name: Linting Misc (yaml + sh files)
uses: smartcontractkit/.github/actions/ci-lint-misc@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # ci-lint-misc@1.0.0
uses: smartcontractkit/.github/actions/ci-lint-misc@226df8538b11ed54e86346c3216642c6a971a66e # ci-lint-misc@1.0.0

Check warning on line 65 in .github/workflows/pull-request-main.yml

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)

ci-test-operations-gen:
name: Tests operations-gen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
contents: read
steps:
- name: Linting Misc (yaml + sh files)
uses: smartcontractkit/.github/actions/ci-lint-misc@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # ci-lint-misc@1.0.0
uses: smartcontractkit/.github/actions/ci-lint-misc@226df8538b11ed54e86346c3216642c6a971a66e # ci-lint-misc@1.0.0

Check warning on line 31 in .github/workflows/schedule-main.yml

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)

ci-test:
name: Tests
Expand Down
Loading