38
38
persist-credentials : false
39
39
- name : Extract version of Go to use
40
40
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
41
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
41
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
42
42
with :
43
43
go-version : ${{ env.GOVERSION }}
44
44
49
49
- name : Test
50
50
run : go test -v -coverprofile=coverage.txt -covermode=atomic ./...
51
51
- name : Upload Coverage Report
52
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
52
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
53
53
with :
54
54
flags : unittests
55
55
- name : Ensure no files were modified as a result of the build
63
63
persist-credentials : false
64
64
- name : Extract version of Go to use
65
65
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
66
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
66
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
67
67
with :
68
68
go-version : ${{ env.GOVERSION }}
69
69
92
92
persist-credentials : false
93
93
- name : Extract version of Go to use
94
94
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
95
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
95
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
96
96
with :
97
97
go-version : ${{ env.GOVERSION }}
98
98
- name : install gocovmerge
@@ -121,7 +121,7 @@ jobs:
121
121
name : E2E Docker Compose logs
122
122
path : /tmp/docker-compose.log
123
123
- name : Upload Coverage Report
124
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
124
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
125
125
with :
126
126
files : /tmp/rekor-merged.cov,/tmp/pkg-rekor-merged.cov
127
127
flags : e2etests
@@ -142,7 +142,7 @@ jobs:
142
142
persist-credentials : false
143
143
- name : Extract version of Go to use
144
144
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
145
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
145
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
146
146
with :
147
147
go-version : ${{ env.GOVERSION }}
148
148
- name : Install backfill test dependencies
@@ -189,7 +189,7 @@ jobs:
189
189
run : docker compose build
190
190
- name : Extract version of Go to use
191
191
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
192
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
192
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
193
193
with :
194
194
go-version : ${{ env.GOVERSION }}
195
195
@@ -214,7 +214,7 @@ jobs:
214
214
run : docker compose build
215
215
- name : Extract version of Go to use
216
216
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
217
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
217
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
218
218
with :
219
219
go-version : ${{ env.GOVERSION }}
220
220
@@ -241,7 +241,7 @@ jobs:
241
241
- name : Extract version of Go to use
242
242
run : echo "GOVERSION=$(awk -F'[:@]' '/FROM golang/{print $2; exit}' Dockerfile)" >> $GITHUB_ENV
243
243
244
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
244
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
245
245
with :
246
246
go-version : ${{ env.GOVERSION }}
247
247
check-latest : true
0 commit comments