Skip to content

Commit 3cbda44

Browse files
dependabot[bot]cpanato
authored andcommitted
build(deps): Bump codecov/codecov-action in the all group
Bumps the all group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@13ce06b...0565863) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 875f0d3 commit 3cbda44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test
5050
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
5151
- name: Upload Coverage Report
52-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
52+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
5353
with:
5454
flags: unittests
5555
- name: Ensure no files were modified as a result of the build
@@ -121,7 +121,7 @@ jobs:
121121
name: E2E Docker Compose logs
122122
path: /tmp/docker-compose.log
123123
- name: Upload Coverage Report
124-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
124+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
125125
with:
126126
files: /tmp/rekor-merged.cov,/tmp/pkg-rekor-merged.cov
127127
flags: e2etests

0 commit comments

Comments
 (0)