24
24
with :
25
25
fetch-depth : 0 # # Needed for "Set internal/tools/go.mod timestamp" step.
26
26
- name : Install Go
27
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
27
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
28
28
with :
29
29
go-version : ${{ env.DEFAULT_GO_VERSION }}
30
30
check-latest : true
62
62
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
63
63
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
64
64
- name : Install Go
65
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
65
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
66
66
with :
67
67
go-version : ${{ env.DEFAULT_GO_VERSION }}
68
68
cache-dependency-path : " **/go.sum"
75
75
- name : Checkout Repo
76
76
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
77
- name : Install Go
78
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
78
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
79
79
with :
80
80
go-version : ${{ env.DEFAULT_GO_VERSION }}
81
81
check-latest : true
89
89
- name : Checkout Repo
90
90
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91
91
- name : Install Go
92
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
92
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
93
93
with :
94
94
go-version : ${{ env.DEFAULT_GO_VERSION }}
95
95
check-latest : true
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Checkout Repo
104
104
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105
105
- name : Install Go
106
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
106
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
107
107
with :
108
108
go-version : ${{ env.DEFAULT_GO_VERSION }}
109
109
check-latest : true
@@ -120,11 +120,13 @@ jobs:
120
120
runs-on : ubuntu-latest
121
121
needs : [test-coverage]
122
122
steps :
123
+ - name : Checkout Repo
124
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123
125
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
124
126
with :
125
127
pattern : coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}
126
128
- name : Upload coverage report
127
- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
129
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
128
130
with :
129
131
fail_ci_if_error : true
130
132
files : ./coverage.txt
@@ -154,7 +156,7 @@ jobs:
154
156
- name : Checkout code
155
157
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
156
158
- name : Install Go
157
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
159
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
158
160
with :
159
161
go-version : ${{ matrix.go-version }}
160
162
check-latest : true
0 commit comments