15
15
actions : read
16
16
steps :
17
17
- name : Linting Go
18
- uses : smartcontractkit/.github/actions/ci-lint-go@7a4d99cb349ea8f25195d2390d157942031f8a57
18
+ uses :
smartcontractkit/.github/actions/ci-lint-go@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # [email protected]
19
19
with :
20
20
golangci-lint-version : v1.62.0
21
21
# grafana inputs
33
33
actions : read
34
34
steps :
35
35
- name : Linting Go
36
- uses : smartcontractkit/.github/actions/ci-lint-go@7a4d99cb349ea8f25195d2390d157942031f8a57
36
+ uses :
smartcontractkit/.github/actions/ci-lint-go@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # [email protected]
37
37
with :
38
38
golangci-lint-version : v1.62.0
39
39
golangci-lint-args : --build-tags="e2e"
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Linting Misc (yaml + sh files)
51
- uses : smartcontractkit/.github/actions/ci-lint-misc@7a4d99cb349ea8f25195d2390d157942031f8a57
51
+ uses :
smartcontractkit/.github/actions/ci-lint-misc@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # [email protected]
52
52
53
53
ci-test :
54
54
runs-on : ubuntu-latest
58
58
actions : read
59
59
steps :
60
60
- name : ci-test
61
- uses : smartcontractkit/.github/actions/ci-test-go@7a4d99cb349ea8f25195d2390d157942031f8a57 # ci-test-go@0.1.5
61
+ uses : smartcontractkit/.github/actions/ci-test-go@3835daadbcefcae06d12dc42a405a856c980d2cc # ci-test-go@0.3.4
62
62
with :
63
63
go-test-cmd : go test -coverprofile=coverage.txt $(go list ./...)
64
64
use-go-cache : true
83
83
with :
84
84
version : 1.18.10
85
85
- name : Build and test
86
- uses : smartcontractkit/.github/actions/ci-test-go@7a4d99cb349ea8f25195d2390d157942031f8a57
86
+ uses :
smartcontractkit/.github/actions/ci-test-go@3835daadbcefcae06d12dc42a405a856c980d2cc # [email protected]
87
87
with :
88
88
go-test-cmd : go generate -tags=e2e ./e2e/... && CTF_CONFIGS=../config.toml go test -tags=e2e -v ./e2e/tests/...
89
89
use-go-cache : true
99
99
contents : read
100
100
steps :
101
101
- name : cd-release
102
- uses :
smartcontractkit/.github/actions/cicd-changesets@7a4d99cb349ea8f25195d2390d157942031f8a57 # [email protected] .4
102
+ uses :
smartcontractkit/.github/actions/cicd-changesets@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # [email protected] .6
103
103
with :
104
104
# general inputs
105
105
git-user : app-token-issuer-infra-releng[bot]
@@ -121,7 +121,7 @@ jobs:
121
121
if : github.actor != 'dependabot[bot]'
122
122
steps :
123
123
- name : Scanning with Sonarqube
124
- uses : smartcontractkit/.github/actions/ci-sonarqube-go@5f4a9c9c3407dd499a1ebbc658a45b9beb9bf675
124
+ uses :
smartcontractkit/.github/actions/ci-sonarqube-go@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # [email protected]
125
125
with :
126
126
# sonarqube inputs
127
127
sonar-token : ${{ secrets.SONAR_TOKEN }}
0 commit comments