Skip to content

Commit 89e7fc7

Browse files
authored
Merge pull request #436 from enterprise-contract/dependabot/github_actions/codecov/codecov-action-5.0.7
2 parents 23db6a0 + 6aaf4cc commit 89e7fc7

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)