Skip to content

Commit b3d9220

Browse files
authored
Merge pull request #504 from enterprise-contract/dependabot/github_actions/codecov/codecov-action-5.4.2
Bump codecov/codecov-action from 5.4.0 to 5.4.2
2 parents ccc74d6 + 81b9451 commit b3d9220

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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
42+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
50+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
58+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
5959
env:
6060
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6161
with:

0 commit comments

Comments
 (0)