Skip to content

Commit 6aaf4cc

Browse files
Bump codecov/codecov-action from 5.0.2 to 5.0.7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5c47607...015f24e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88e97ff commit 6aaf4cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ jobs:
3939
run: make test
4040

4141
- name: Upload unit test coverage report
42-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
42+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
4343
env:
4444
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4545
with:
4646
files: ./cover.out
4747
flags: controller
4848

4949
- name: Upload api test coverage report
50-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
50+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
5151
env:
5252
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5353
with:
5454
files: ./api_cover.out
5555
flags: api
5656

5757
- name: Upload schema test coverage report
58-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
58+
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
5959
env:
6060
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6161
with:

0 commit comments

Comments
 (0)