File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
52
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
53
53
with :
54
54
flags : unittests
55
55
- name : Ensure no files were modified as a result of the build
@@ -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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
124
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
125
125
with :
126
126
files : /tmp/rekor-merged.cov,/tmp/pkg-rekor-merged.cov
127
127
flags : e2etests
You can’t perform that action at this time.
0 commit comments