Skip to content

build(deps): update smartcontractkit/.github requirement to e44d530ffc401f7571874c189f06f87fed524a70 #76

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

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
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
actions: read
steps:
- name: Linting Go
uses: smartcontractkit/.github/actions/ci-lint-go@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-go@e44d530ffc401f7571874c189f06f87fed524a70 # [email protected]
with:
only-new-issues: "false"
golangci-lint-version: v2.0.2
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Linting Misc (yaml + sh files)
uses: smartcontractkit/.github/actions/ci-lint-misc@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # [email protected]
uses: smartcontractkit/.github/actions/ci-lint-misc@e44d530ffc401f7571874c189f06f87fed524a70 # [email protected]

ci-test:
name: Tests
Expand All @@ -39,7 +39,7 @@ jobs:
actions: read
steps:
- name: Build and test
uses: smartcontractkit/.github/actions/ci-test-go@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # [email protected]
uses: smartcontractkit/.github/actions/ci-test-go@e44d530ffc401f7571874c189f06f87fed524a70 # [email protected]
with:
go-test-cmd: go test -coverprofile=coverage.txt $(go list ./...)
use-go-cache: true
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: read
steps:
- name: cd-release
uses: smartcontractkit/.github/actions/cicd-changesets@eeb76b5870e3c17856d5a60fd064a053c023b5f5 # [email protected]
uses: smartcontractkit/.github/actions/cicd-changesets@e44d530ffc401f7571874c189f06f87fed524a70 # [email protected]
with:
# general inputs
git-user: app-token-issuer-infra-releng[bot]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
actions: read
steps:
- name: cicd-publish-release
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@b4737861584f88fa9569d6978f70fedf8b1ae67c # [email protected]
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go@e44d530ffc401f7571874c189f06f87fed524a70 # [email protected]
with:
# general inputs
app-name: chainlink-deployments-framework
Expand Down
Loading